Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Shaun E on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Combo box and List Box RowSource Issue... 1

Status
Not open for further replies.

KarloZ

Programmer
Dec 15, 2001
65
CA
Hello everyone, can anyone help me with listboxes and combo boxes. i am having difficulty linking them to their tables using its property "rowsource". i have two databases: 1st is the client and the 2nd is the server. my objects above are in the client databases. i have a data entry form and these objects must be linked or its must get its data from server database. how will i do that? hope you can help me. thanks.
 
If you have set the RowSource to an imbedded SQL while you are in the design view of the query, goto View, then Properties. Fill in the Source Database property with the directory and location of your server db. i.e. c:\directory\server.mdb
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top