I'm trying to do the simplest thing but I cannot get it to work.
I have a click function that when its clicked have a popup form or a new form being displayed where I then will provide data to be stored in table.
After consulting the popup help file in access I am trying this bit of code, that do not work.
Private Sub listPlanner_Click()
Forms!("frmBookingDatePopup").popup
End Sub
I get an error message saying:
Type-declaration character does not match declared data type
Just a bit confused since I've done exactly like in the help file.
Any help appreciated
/M.
I have a click function that when its clicked have a popup form or a new form being displayed where I then will provide data to be stored in table.
After consulting the popup help file in access I am trying this bit of code, that do not work.
Private Sub listPlanner_Click()
Forms!("frmBookingDatePopup").popup
End Sub
I get an error message saying:
Type-declaration character does not match declared data type
Just a bit confused since I've done exactly like in the help file.
Any help appreciated
/M.