Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
Discussion GroupsFormsForms ProgrammingQueriesModules / DAO / VBAReports / PrintingMacrosDatabase DesignSecurityConversionImporting / LinkingSQL Server / ADPMultiuser / NetworkingReplicationSetup / ConfigurationDeveloper ToolkitsActiveX ControlsNew UsersGeneral 1General 2
Access DirectoryToolsTutorialsUser Groups
Related Topics
SQL ServerOther DB ProductsMS OfficeMore Topics ...

MS Access Forum / Developer Toolkits / April 2006

Tip: Looking for answers? Try searching our database.

data on text form

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
John1356 - 27 Mar 2006 22:23 GMT
I have a form with two text fields bound by a table. I enter data on the
first fields and go to the next field and enter data. I am unable to access
the entered data of the second field unless I tab back to the first field.
Please help. I should be able to enter data on the second field and recognize
that data without going to the first field.
tonyh - 15 Apr 2006 20:39 GMT
I am making some assumptions here. Your description of the problem does not
specify the exact sequence of events.

I think you are trying to access the new value of field 2 before update has
occured for the field. Update is triggered when you attempt to leave the
field - in your case tab back to field 1.

If your code contains Me.Field2 try Me.Field2.Text instead.

> I have a form with two text fields bound by a table. I enter data on the
> first fields and go to the next field and enter data. I am unable to access
> the entered data of the second field unless I tab back to the first field.
> Please help. I should be able to enter data on the second field and recognize
> that data without going to the first field.
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.