How can I access a table's field name, field type, and field description using a query?
I am working with someone else's database to solve a problem. You can look at the structure of a table in the database in design view, but you cannot work with the database with a table design view open...
Application is a survey data entry form containing several sections with more data elements than can be contained on a single form.
Desired solution: make each section its own table linked in a one-to-one relationship on a record_id field. Create a subform for each table. Then create a Master...
I am trying to create a validation rule for one field based upon the value of another field using the Form.Field validation rule (in Field2): =IIF(Field1Condition,IIF(Field2Condition,T12,F12),IIF(Field2Condition,T22,F22))
The validation rules appears to work in that the appropriate invalid data...
Is there a way to change the background color of a command button on a form from the default grey to another color?
The back/fill property when right clicking a command button in Design View is not activated.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.