M
Mike
Hello all.
I have searched this problem and have tried many examples given .......but
have not been able to get it to work properly, most likely because I am not
familiar with code. I keep getting errors from the module whenever I try to
run the code examples given. The code example would be placed on the
OnCurrent (or) OnCurrent and BeforeUpdate and AfterUpdate.
ANYWAY..............................
I am running Access 2003 with Windows XP. My database is "split".
I want to create a suform on the main form and have it "hidden" if there is
no data in a particular textbox or memo box of the subform
EXAMPLE: Main Form contains the Address, Last Name, First Name, and any
Safety Issues with the address, if any.
In the subform, I have them linked up by Address.
(This part works fine).
After this is where I get stuck. What I want to do is if the is any data in
the textbox or memo box describing the Safety Issues to have the subform or
box show. If there is nothing in the textbox describing the Safety Issues,
the have the subform or textbox be hidden
I would also like to be to have the "Safety Issues" popup in the center of
the screen whenever a particular address is pulled up and there are safety
issues that exists.
And (1) last question.........
Whenever I am looking at examples of code in a module, I see "If
Me.FieldName."
What does "Me." stand for?
I realize this may a stupid question, but as I have said before, I am not
familiar with code and modules.
Thank You All For Your Patience And Help
I have searched this problem and have tried many examples given .......but
have not been able to get it to work properly, most likely because I am not
familiar with code. I keep getting errors from the module whenever I try to
run the code examples given. The code example would be placed on the
OnCurrent (or) OnCurrent and BeforeUpdate and AfterUpdate.
ANYWAY..............................
I am running Access 2003 with Windows XP. My database is "split".
I want to create a suform on the main form and have it "hidden" if there is
no data in a particular textbox or memo box of the subform
EXAMPLE: Main Form contains the Address, Last Name, First Name, and any
Safety Issues with the address, if any.
In the subform, I have them linked up by Address.
(This part works fine).
After this is where I get stuck. What I want to do is if the is any data in
the textbox or memo box describing the Safety Issues to have the subform or
box show. If there is nothing in the textbox describing the Safety Issues,
the have the subform or textbox be hidden
I would also like to be to have the "Safety Issues" popup in the center of
the screen whenever a particular address is pulled up and there are safety
issues that exists.
And (1) last question.........
Whenever I am looking at examples of code in a module, I see "If
Me.FieldName."
What does "Me." stand for?
I realize this may a stupid question, but as I have said before, I am not
familiar with code and modules.
Thank You All For Your Patience And Help