Blank fields on opening or loading of form

nrmarthi

Registered User.
Local time
Today, 09:02
Joined
Feb 13, 2006
Messages
47
Hello guys

How can get blank fields on opening or loading my form?. I don't want to prevent data entry option.

Please help me

Thanks:)
 
Does setting DataEntry to Yes give you what you want?
 
it preventing me from entering data, i wanna get blank or new record on opening of form.

Thank you for reply
 
Do you have Allow Additions and Allow Edits set to Yes?
 
They are set correctly. With DataEntry set to yes the form should *only* show you *new* records. Are you sure your query is updateable?
 
I am getting blank record with that, but i created a Text Box to tell me what is the maximum record # i already entered, so that user need scroll up & downto confirm. (I used simple 'Max' command in that Text Box).

My question is, when i put 'DataEntry' to 'Yes', am neither able to see maximum record that is entered nor scroll through data. i created command buttons for 'Goto Previous record' and 'Goto Next record'

Appreciate for replies
 
it preventing me from entering data, i wanna get blank or new record on opening of form.
Has the original requirement changed? Can you now enter data?
 
yaaaa, i can enter data with 'DataEntry' 'Yes', but i can't scroll through records to understand maximum number entered. So i created a Text Box. Am not getting any resposnse. But if i use "DataEntry' to 'No', then i can see maximum # i had entered in that field.
 
You know you can add a new record and enter data in the new record without being in DataEntry mode?
 
Is your form in SingleForm mode or ContinuousForm mode? Have you tried DoCmd.RunCommand acCmdRecordsGoToNew?
 
its Single Form mode

i haven't used "DoCmd.RunCommand acCmdRecordsGoToNew"
 
Put that DoCmd line in the Form's OnLoad event and see if that will work for you. Set DataEntry = No.
 
ohhhhh great

its working. THANKS LOTTTT Mr. RuralGuy

keep posting my doubts. Thanks again
 
ohhhhh great

its working. THANKS LOTTTT Mr. RuralGuy

keep posting my doubts. Thanks again
 
Glad I could help. Your English is pretty good! If you don't mind me asking, what is your native language?
 
How can i deactivate mouse second button click on form?
 
How can i deactivate mouse second button click on form?
 

Users who are viewing this thread

Back
Top Bottom