This was interesting! I just found that if I click (maybe it's an update of the control) the prefix box after the query is run, than it updates the textbox! (the textbox having your original post in this thread as property)
This was interesting! I just found that if I click (maybe it's an update of the control) the prefix box after the query is run, than it updates the textbox! (the textbox having your original post in this thread as property)
I can't get the DB down to the needed size for uploading.
I have a copy of your db.
Please try this:
Change the Row Source property of the combo box called "containernummer" to:Set the Control Source Property of the text box called "textbox" to:Code:SELECT Containers.containernummer, Containers.prefix FROM Containers;Does this give the result you that desire.Code:=containernummer.Column(1)
If this helped, please click the star at the bottom left of this posting and add to my reputation. Many thanks.
Bob Fitzpatrick
My DB is now almost completely stripped, yet it's 1,5MB.
Dear Bob, you're a genius!!!
Works flawlessly! I'm so grateful for all your help!![]()
I'm glad that we have been able to help.
BTW: Should you need to post a copy db in the future, first run Compact and Repair. Then "Zip" the bd file. The zipped file was only 231 KB when I tried it with your db.
If this helped, please click the star at the bottom left of this posting and add to my reputation. Many thanks.
Bob Fitzpatrick
Gotcha. Thanks again man!!!