Search results

  1. F

    Messy COde? (learning process)

    What I am trying to do: when I type a name in FieldID (combobox) and it is not in the there I click the button. As i still have the text I was typing in the combobox I want for the code to check if the FieldID is not empty and not equal to the value in FieldName in tblMoreFields which is string...
  2. F

    Edit List Items

    I am trying to utilize the built in function "List Items Edit List" that opens another form to Edit/Add new record. The problem is when i return to the main form it does not appear in the list of records of that combobox. Any suggestions how to solve this out?
  3. F

    Inserting current from open form to another form.

    I have a customer form where I need a button that should copy/insert the CustomerID value to CustomerID field on the main form. The CustomerID on the main form is a combobox with a query that selects values from the customer table. I tried this code and it opens the main form with CustomerID...
  4. F

    Search as you type in combobox.

    I am trying to implement method from the link below for my needs but it doesn't seem to work. :banghead: I would appreciate if you could help me find out where i am going wrong. Form: frmMainForm Combobox: PickupID Event: On Change https://www.accessforums.net/showthread.php?t=48811
  5. F

    Issue entering data to subform.

    I have a main form with one datasheet subform. There are fields from multiple tables on that form and I can enter or choose data there fine. When I try to enter data in to subfrom it gives me "You can't a assign value to this object" error. I searched the forum and it seems to do something...
  6. F

    Relationships question

    He everyone, I am new to Access and trying to learn by reading, watching and practice. I have a question regarding relationships between tables. Lets say I am providing service delivering Items from one location to another. I have created 4 tables: tblCities, tblStates both linked to...
Top Bottom