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 SkipVought 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. cschmid

    Create Sequentiaql Numbering on a Subform

    Need to know how to code a field to autonumber on a subform while I am inputting. I have a field that I want to start at 1 each time I go to enter a record. I want the field to sequentially increment from there and then I will save the record. When I go to enter a new record the field will...
  2. cschmid

    Unable to Edit Form and Subform

    Thank you for your reply. My PK is unique. I am wondering if there is some type of code that should be in the On Current Property. When I input my PK (which is called Catalog Number) it does not display the contents on my form or subform. When I tab down to the subform I am getting an error...
  3. cschmid

    Unable to Edit Form and Subform

    Posted this awhile back and it is still happening: I have a form and subform that will not allow edits and I receive and error that it will create duplicate values in the PK when I try and edit any information. This happens right before I tab into the subform and have made changes to fields on...
  4. cschmid

    Form and subform will not allow edits

    I am still having the same issue mentioned before: I have a form and subform that will not allow edits and I receive and error that it will create duplicate values in the PK when I try and edit any information. This happens right before I tab into the subform and have made changes to fields...
  5. cschmid

    Form and subform will not allow edits

    Wow...thanks for all the suggestions. I will try these and see what happens. Appreciate the help.
  6. cschmid

    Form and subform will not allow edits

    I have a form and subform that will not allow edits and I receive and error that it will create duplicate values in the PK when I try and edit any information. This happens right before I tab into the subform and have made changes to fields on the main form. I have the properties set to yes...
  7. cschmid

    Returning matching records when data is text

    Figured it out. sql = "Select * From Contents Where PartNo= """ & Me!txtPartNo & """"
  8. cschmid

    Returning matching records when data is text

    I found this example in a previous thread in which the user enters a number in a textbox (PartNo) and the code returns the matching recordset from selected fields in the same table. Code works when PartNo is a numeric data type but in my case PartNo is a text data type (example: D1345). How...

Part and Inventory Search

Back
Top