Database field in control
- From: Bryan <bpl521NOSPAAAM@xxxxxxx>
- Date: Fri, 08 Aug 2008 04:18:30 GMT
All:
Would appreciate some help in filling a textbox with a field from an access database query where the field is part of a table alias. there is two identical tables in the query, but they are distinct from each other by their table alias name
The following variations do not work, no problem doing this in Access using the double square brackets but not in VB.
ComboRunIn.BoundText = rst![RUN_OUT].[R_ID]
ComboRunIn.BoundText = rst![RUN_OUT.R_ID]
ComboRunIn.BoundText = rst!RUN_OUT.R_ID
Thanks in advance
.
- Follow-Ups:
- Re: Database field in control
- From: Bryan
- Re: Database field in control
- Prev by Date: Re: many checkboxes place programatically ?no scrolbar
- Next by Date: Re: Database field in control
- Previous by thread: Re: many checkboxes place programatically ?no scrolbar
- Next by thread: Re: Database field in control
- Index(es):
Relevant Pages
|