Microsoft
Software
Hardware
Network
Question : I have a query as a tables data source, I need some text fields to stay staic never increment by 1
Hi Experts,
How can I set about 10 text fields to allow me to change there data on the form, and save this data (Keep it the same) even when a new record gets added.
The way it is now every time a record is added the text fields data is blank, i don't want certain text fields to increment by 1 loosing previously showing data I want these certain text fields to get its data from static location keeping them showing the same data, sorta of like a label, but I do not want a label, How can I have certain text fields lookup data in a static table and add this table to my query which is my forms data source?
Thanks
patentinv
Answer : I have a query as a tables data source, I need some text fields to stay staic never increment by 1
To keep a field's value for next new record.
AfterUpdate event:
Control.DefaultValue = Control.Value
Repeat this for all fields that need to be set for a previous value.
Random Solutions
SBS 2003 ISA 2004 LAT problem
Sort a SortedDictionary based on value, not key - C#.net MVC
How to find out who has an Access 2003 database locked
How do I copy a template excel sheet in the same workbook in order to populate the new sheet with data from my database
Control lock Question
Undefined Functions in Access 2003 MDE
Search form
How to create SQL recordset for this table
SCCM 2007 MP install failing on windows server 2008 r2
Open new window with specified size and without menu and toolbar from an application