Search results

  1. M

    comparing Variant with a string ?!

    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...
  2. M

    access2007 :RecordSource in VBA code ,not Properties ?

    Mmm,... you think it's a refrencing issue !? i highly doubt it .. but i wil check that thank you for your input ..
  3. M

    access2007 :RecordSource in VBA code ,not Properties ?

    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...
  4. M

    Question Access 2007 Error MSG Tried every thing .. still no solution !

    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
  5. M

    Forms in access 2007 ,show as tab unlike 2003 as a window ?

    thanks alot . that really helped .
  6. M

    Forms in access 2007 ,show as tab unlike 2003 as a window ?

    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...
Back
Top Bottom