Using query to populate table

  • Thread starter dangerkeepoff via AccessMonster.com
  • Start date
D

dangerkeepoff via AccessMonster.com

Hi,
I am trying to use a query that is produced from user defined variables to
populate one field in the table. One the query is made it displays in a list
box and I would like the user to be able to select a record (which displays
multiple fields) and then to pull the reference from that record and drop it
into the originating record. Any ideas?

Thanks
 
J

Jeanette Cunningham

Hi,
you seem to be describing a user picking a record from a list box which is
bound to a table.
(In the same way that a user could select a record from a combo.)
The selection is saved in the table field that the list box is bound to.
Is this what you are asking?


Jeanette Cunningham -- Melbourne Victoria Australia
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top