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 Chriss Miller 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. parkerkay

    Subform populating with combo selection

    OK. I had to build a database before that did something similar to what I'm trying to accomplish. I am trying to get a subform to populate based on a combo box selection...thing is, it needs to append records to a table to work. Here is the link to my db...
  2. parkerkay

    Error 3008

    Hello. I am having a tough time filtering my form. There are two forms in question here: frmMenuDataEdit and frmFacilityEdit. I am trying to open frmFacilityEdit (with data) to a record selected on frmMenuDataEdit. On frmMenuDataEdit, I have a combo box based on a query that pulls three fields...
  3. parkerkay

    Code help to filter subform

    I have a form where a user defines a checklist. There is a ChecklistName combo box where the names of all previously defined checklists, and where you would type the name of the new one (LimitToList = No). I am trying to get the subform to Update with the selection of each checklist in that...
  4. parkerkay

    Append records to same table based on listbox selection

    I have uploading to the file sharing site you use. I am not quite sure how things work, so let me know what to do from here. I will be studying that horseshow demo. Thank you very much.
  5. parkerkay

    Append records to same table based on listbox selection

    The reason I put the checklistnames in a different table is because...well, each checklist can have multiple numbers of behaviors and categories, and...well, it just felt right having that in a separate table. I have some code that will append records based on an ObservationType (number)...
  6. parkerkay

    Append records to same table based on listbox selection

    OK... I have been working on this observational database for awhile now, and have run into another hurdle. I am trying to get a 'checklist' to show up. This is how I've set things up: There are tblchecklistname, tblchecklist, and tblchecklistdetail table. The tblchecklistname contains 2...

Part and Inventory Search

Back
Top