REF: thread796-1051230
I am trying to set up a simple password program to allow only certain users to gain access
To a particular form.
I have created a table (password) with two fields (user & pwd) and a dataset
(dsPassword) which the textboxes on the form are bound to.
My question is ;
declaration
Dim ? As ?
What gets declared, the table or the dataset? And what does it get
Declared as?
I am trying to set up a simple password program to allow only certain users to gain access
To a particular form.
I have created a table (password) with two fields (user & pwd) and a dataset
(dsPassword) which the textboxes on the form are bound to.
My question is ;
declaration
Dim ? As ?
What gets declared, the table or the dataset? And what does it get
Declared as?