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 TouchToneTommy 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. accessisnew

    Report field populate from table lookup

    I created a report from a table and it is working fine. I have a field in the report header called “Source” and now I need to add a field in that header based on the value in the header field “Source”. The new report field is called “Text32”. I created a table, “Source_Name” that has two...
  2. accessisnew

    Changing focus on an active form

    I have a VBA module that populates controls in an unbound form with data from a table. The module then opens the form which also contains a visible/enabled command button (Command1)that the user clicks to send selected lines from the form (user clicks check boxes to indicate which lines)back to...
  3. accessisnew

    Form Processing

    I have a form with rows of data that I want to process one field at a time. When I built the form each field is assigned a sequential "Textxx" number e.g. Text1, Text2, Text3, etc. The form and fields are not bound and the form is populated by running a VBA module that retrieves the data...
  4. accessisnew

    Checkbox

    Have a form that lists rows from a table; one row per form. Set form to continuous so multiple rows appears on a page. Put a check box to left of data from table to allow user to pick rows from the list to process/not process in the next step. Problem: when I click any one of the check boxes...
  5. accessisnew

    VBA SQL Error Handling

    I want to run an SQL Select query in VBA to fetch one field in a row from the table using the primary key in the WHERE clause then perform an validation as to whether the Select found the record or didn't find the record. Is there a simple If statement I can use to perform the validation...

Part and Inventory Search

Back
Top