jamesjames1
Technical User
Hi,
I have a small database which is for server audits. Its pretty much complete except when I create a new record I get a run time error which de-bugs to the code in the On Current event on the main form.
All thats in there is some code which states that when the tickbox is in yes state the text box is visible.. e.g
Me.boxpath.Visible = Me.tickbox.
The error I get is Invalid use of null which points to the first entry on the forms even on current.
Any ideas? would be greatfully received...
I have a small database which is for server audits. Its pretty much complete except when I create a new record I get a run time error which de-bugs to the code in the On Current event on the main form.
All thats in there is some code which states that when the tickbox is in yes state the text box is visible.. e.g
Me.boxpath.Visible = Me.tickbox.
The error I get is Invalid use of null which points to the first entry on the forms even on current.
Any ideas? would be greatfully received...