Hello, I have a mdb file i just converted to adp, loaded with problems.
First, there is a combobox in date format that you enter a date
then hit a button and it retrieves all the records with that date.
However now in adp mode it doesn't work, it pops up with a parameter instead of reading it from the form
can you guys help out?
name of form: form1
name of text field: date
name of button: command150
so it says
SELECT from tablename where dateentered = forms!administratorok!date
i understand now it converted it to
forms_administratorok_date, why the underline ?
what is the big change here? help!!!
thanks
asafb
First, there is a combobox in date format that you enter a date
then hit a button and it retrieves all the records with that date.
However now in adp mode it doesn't work, it pops up with a parameter instead of reading it from the form
can you guys help out?
name of form: form1
name of text field: date
name of button: command150
so it says
SELECT from tablename where dateentered = forms!administratorok!date
i understand now it converted it to
forms_administratorok_date, why the underline ?
what is the big change here? help!!!
thanks
asafb