Question How to link two textboxes in different forms together?

PoorCadaver

Registered User.
Local time
Today, 09:16
Joined
Oct 25, 2011
Messages
30
Hi!

I have a form that recieves information from a table. In that form I have a button that opens another form, and in thet one I would like to use one of the values from the first form.
I.e. Form1 have a textbox [ID1] that contains "1". In Form2 that opens from Form1, I would like the textbox [ID2] to use the value from [ID1], namely "1". How do I link them together?

Thanks!

/Jonas
 
I think you need something like "DemoFormAFormBA2000.mdb" (attachment, zip). Open Form1. Select something in ListBox and click on the button
"Open Form2". Look at VBA. Look at Table1, Query1. Adapt it in your mdb.
 

Attachments

Well, it does what I want to do, but I think I have done it the same way but I end up with a blank textbox in Form2...
 

Users who are viewing this thread

Back
Top Bottom