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 strongm 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

    Got it. Thanks for your help.
  2. accessisnew

    Report field populate from table lookup

    The Report Source is the original table, t_NEW_xxxs which is in the white space to the left of the [...]. When I click the [...], I get a new window that is asking if I want to create a query based on a table.
  3. accessisnew

    Report field populate from table lookup

    The original reports Record Source is a table that had all the data I originally needed. I created a new table that contains the lookup name and the new field that I want to add to the report. After I created the join for the original table to the new table, I tried to add the new Source_Name...
  4. accessisnew

    Report field populate from table lookup

    I created a relationship/join between the two tables. Then in the report for Text32 opened the properties but still did not see Source Name in the drop down list for Control Source. Maybe I'm just not understanding the suggestion.
  5. 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...
  6. accessisnew

    Changing focus on an active form

    Thanks so much! The proper sequencing worked like a charm.
  7. 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...
  8. accessisnew

    Form Processing

    Sorry that I missed your suggestion in the earlier post because that is the answer. Thank you so much for working with me and your patience.
  9. accessisnew

    Form Processing

    No, I don't pass the form object as a parameter. I run the module and open the form in the code with a DoCmd.OpenForm. Is my technique incorrect for Access? My background is mainframe, Cobol, CICS and we would define the first line on the form and then use an OCCURS clause to repeat it on the...
  10. accessisnew

    Form Processing

    Correct my code is not in the form module. I is a standalone module.
  11. accessisnew

    Form Processing

    Thanks, but I tried that and receive an error using "me".
  12. 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...
  13. accessisnew

    Checkbox

    So, I tried radio, toggle, and command buttons with the same result. I guess I'll need to just create a text box and control it programmatically.
  14. 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...
  15. 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