I have a global Variant variable which contains a number
i want to compare it with a String that contains another number
within an if statement .. :
the code for testing purposes ---->
myuser is the global variant
testuser is the String Variable .
If myuser = testuser Then...
i was trying to implement a code i found on the web with an example
database showing what i am trying to achieve .
it's an easy example showing how to retrieve data in a subform based on
a combo box in the main form ; ( form / subform ) .
when ever I rename the subform , change...
all what i am trying to do , is displaying a msg box when a label is clicked !
Private Sub Label123_Click()
MsgBox "TEst"
End Sub
any Idea what's going on !?
access 2007 / windows 7
I am having this problem with accees 2007 , when i create a form
that should open as a "Dialogue Window " , it opens maximized and like a
tab .
when i open an acess 2003 database , with the same form it opens like a
"Dialogue window " , but when i copy the same form into my access...