G
Guest
hi,
I'm working on a form in an Access project that uses bound fields. When I
bring the form up, it's got the first entry in the table. I tried making the
values blank on the form load() but it doesn't like that. How and where do I
clear them so they are blank?
thanks
DoCmd.OpenForm strFormName, acNormal, acEdit
I'm working on a form in an Access project that uses bound fields. When I
bring the form up, it's got the first entry in the table. I tried making the
values blank on the form load() but it doesn't like that. How and where do I
clear them so they are blank?
thanks
DoCmd.OpenForm strFormName, acNormal, acEdit