E
enrico via AccessMonster.com
what is the proper way in saving a number and date field using VBA? if my
textbox with a number and date field is called txtnumber and txtStartdate
respectively, how can i state it in an INSERT statement? this is my sample
anyway, i don't know if it's correct:
INSERT INTO table(Age, Startdate)
VALUES (& me.txtnumber &, '" & me.txtStartdate & "')
textbox with a number and date field is called txtnumber and txtStartdate
respectively, how can i state it in an INSERT statement? this is my sample
anyway, i don't know if it's correct:
INSERT INTO table(Age, Startdate)
VALUES (& me.txtnumber &, '" & me.txtStartdate & "')