VB and Access 2000 Forms - TechRepublic
General discussion
December 14, 2000 at 11:58 PM
gu1527t

VB and Access 2000 Forms

by gu1527t . Updated 25 years, 4 months ago

VB and Access 2000 Forms
I have a text box in one form in a Access database and I am wanting to share values. I am wanting the value from:

forms![Form1]![text1]

to be able to share this value with a form in the same database such as:

forms![Form2]![text1]

I have accomplished this as a private statement within sharing the value in a ElseIf statement on the same form. But I am not doing something write in my coding on the public statement to share the value within the same .mdb file. Could someone please help me with an idea or an example of some code that I may be able to look at and interpret for my use of my application I am building. Thanks for any help available.

This discussion is locked

All Comments