Search results

  1. N

    Requery unbound combobox on mainform

    I have a form "Clientfrm" with a field, "ClientID". I have another form, "HomePage", with an unbound combobox with rowsource "ClientID" from Clientfrm. Along with that, I have an Open Form button that pops up "Clientfrm" to display existing data if an existing ClientID is typed. SITUATION: A...
  2. N

    Sync Two related subforms

    I have a main form with multpile tabs - each tab containing a different subform. Link Master Field: ClientID (field in Master Form) Link Child Field: Client ID (field in all subforms) There is another field that all the subforms (continuous type) have: ObligorName. All the subforms are based...
  3. N

    Auto Populate and Edit

    So, I have a form and I need it so that when one field is selescted, the other 2 auto fill based on my selection. The form is based off of a Table, "TblClient" and The fields are ClientID (PK), InventoryType, Policy, and DueDate. I want the user to type in the ClientID, and then once they select...
  4. N

    Password Protect Individual Records

    So I created a new form that multiple coworkers will have access to. I understand that you can password protect an entire data base, but I was wondering if you could go deeper than that. I have a main form with a combo box (query to show existing IDs) for "ClientID" that links the main form and...
  5. N

    Continuous Forms Question!

    Hi, so I have a main Form (ClientFrm) with a continuous subform (Child Subform) within it based on a Table called Child Table with fields: Child Name, Eye Color, Hair Color, Age, Blood Type, Same Father. On this continuous subform, I have each Client put in a new record, Primary key = child name...
  6. N

    Do Not save Subform if they press close

    Hi all. So I have a main form that has the command button "Add Record" and once clicked, a subform pops up (we will name this ClientSubform). On this form, there is a field to enter client name (The only field on ClientSubform). Below that, I have tabbed pages, each containing a new subform...
  7. N

    I need to autofill multiple rows from one subform to a second subgroup

    Hi, So I have a master form, with multiple subforms on different tabs within the master form. This form is not used to look up data, just to only enter data in. In one of the tabs, I have a subform in the form of a data table where the person filling it in can put multiple locations of one...
Top Bottom