It shouldn't be a problem. Its not *mission-critical* data.
I didn't want to go beyond one table, just to keep things simple for the actual user of the database. The user who is going to maintain the app is not IT savy, so I didn't want to complicate things for her.
Hi Paul.
Thanks for your response.
I wrote a small routine
Private Sub Form_Current()
MsgBox("Hello World")
End Sub
for the On Current event, but that doesn't seem to execute. And if click the 'Play' button on the VB window it errors me telling me that the macros are not allowed etc...
Hi,
I am trying to modify an existing form and I have to store multiple selections from a list box.
I have done single selection and that was very easy, I had to just 'bound' it to the column name.
Pls help.