Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Wanet Telecoms Ltd on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. WhyMeAndNotYou

    Query A Database Table Name, Type, and Description

    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...
  2. WhyMeAndNotYou

    Query Listing a table's field name, type, description

    How can I access a table's field name, field type, and field description using a query?
  3. WhyMeAndNotYou

    Form/Subform Data Entry/Synchronization

    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...
  4. WhyMeAndNotYou

    Microsoft Access Field Validation on a Form

    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...
  5. WhyMeAndNotYou

    Microsoft Access Form Command Button Fill Color

    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.

Part and Inventory Search

Back
Top