Here's what i've got at the moment:
Access 2002 with 1 main menu form that opens other forms via macros.
In these macros are several setvalue command,
e.g. SetValue [Forms]![Company Details]![Label Edit].[Visible] ,Expression = TRUE
Is there a way to code this in VB? If I try to convert the macro, it just gives me code that runs the macro.
Access 2002 with 1 main menu form that opens other forms via macros.
In these macros are several setvalue command,
e.g. SetValue [Forms]![Company Details]![Label Edit].[Visible] ,Expression = TRUE
Is there a way to code this in VB? If I try to convert the macro, it just gives me code that runs the macro.