E Etrom New member Local time Today, 14:05 Joined Jun 12, 2013 Messages 6 Jun 25, 2013 #1 Hi guys, I'd like to create a combo-box in a database which takes its values from a field in a table in another db. Both of the dbs are on my computer. How can I do that?
Hi guys, I'd like to create a combo-box in a database which takes its values from a field in a table in another db. Both of the dbs are on my computer. How can I do that?
pr2-eugin Super Moderator Local time Today, 13:05 Joined Nov 30, 2011 Messages 8,494 Jun 25, 2013 #2 Try something along the lines of.. Using the IN Clause.. Code: SELECT someFields FROM theTable [COLOR=Red][B]IN[/B][/COLOR] "C:\FullPath\ofTheDB.mdb"; Last edited: Jun 25, 2013
Try something along the lines of.. Using the IN Clause.. Code: SELECT someFields FROM theTable [COLOR=Red][B]IN[/B][/COLOR] "C:\FullPath\ofTheDB.mdb";
R rzw0wr I will always be a newbie Local time Today, 08:05 Joined Apr 1, 2012 Messages 489 Jun 25, 2013 #3 I would link the table from the other database. It can also be done with code. Dale
E Etrom New member Local time Today, 14:05 Joined Jun 12, 2013 Messages 6 Jun 25, 2013 #4 Great eugine, I think it should work. rzw0wr said: I would link the table from the other database. It can also be done with code. Dale Click to expand... By the way, rzw0wr, how can I link a table from another database?
Great eugine, I think it should work. rzw0wr said: I would link the table from the other database. It can also be done with code. Dale Click to expand... By the way, rzw0wr, how can I link a table from another database?
R rzw0wr I will always be a newbie Local time Today, 08:05 Joined Apr 1, 2012 Messages 489 Jun 25, 2013 #5 The same way you link to a back end. External Data tab/Access/Browse Find your file/Click open/Select Link tot the data source and click OK. Dale
The same way you link to a back end. External Data tab/Access/Browse Find your file/Click open/Select Link tot the data source and click OK. Dale
E Etrom New member Local time Today, 14:05 Joined Jun 12, 2013 Messages 6 Jun 26, 2013 #6 Understood, thank you very much
R rzw0wr I will always be a newbie Local time Today, 08:05 Joined Apr 1, 2012 Messages 489 Jun 26, 2013 #7 Side note here, the linked table does not have to be related to the other tables in the database. It would be nice if it were but does not HAVE to be. Dale
Side note here, the linked table does not have to be related to the other tables in the database. It would be nice if it were but does not HAVE to be. Dale