The time now is 07/24/08 - 11:42
Log in: Username: Password:
Search forums for:
  
 
H-Desk.com Forum Index

H-Desk.com - PC Security matters - Protect your PC privacy


Access Auto Entry


H-Desk.com Forum Index -> Microsoft Office

Post new topic   Reply to topic
Author Message
manuel



Joined: 23 Aug 2005
Posts: 212



PostPosted: 02/02/08 - 09:18    Post subject: Reply with quote

Hello everyone. I have a question regarding Access auto entry and I hope that someone will be able to answer me. I have a form with several comboboxes. I would like to give them default values based on entry in initials combobox. Is it possible to accomplish? Thank you in advance.
Back to top
aylmer



Joined: 07 Jan 2006
Posts: 165



PostPosted: 03/16/08 - 23:09    Post subject: Reply with quote

Hello there. It is possible to accomplish this kind of auto entry in Access. You will have to add following code:” Me!ComboOrField.Defaultvalue=Me!ComboOrField.Value”. This code goes in AfterUpdate-Event. You can also add following code:” Me!ComboOrField.TabStop=false” to prevent user to tab into fields once they have default values.
Back to top
Display posts from previous:   
Post new topic   Reply to topic All times are GMT

H-Desk.com Forum Index -> Microsoft Office

Page 1 of 1

Related topics:
Access 97 - Record locking
Access 97 - Scheduler & database
Excel 2002 filename cannot be accessed
How secure is MS Access?
Linking Tables through ODBC in MS Access