I cant see anything on my form

D

Douglas J Steele

Do you mean you don't see any data on the form, or that you don't see any
controls on the form?

If the former, have you perhaps set the form's DataEntry property to True?
 
R

Ron2006

If the later, then you may have said not to allow additions and the
query found no records that qualified. No old data and no adds
allowed results in an empty gray window.

Ron
 
T

Tom

Thanks for the help,

It seems i missed the DataEntry property when setting up the form, i feel
like a prize lemon.

Thank you
Tom
 
Top