Search results

  1. R

    Numbered lists and hanging indent

    After a quick search, it seems like a hanging indent really isn't possible. Is that true? Below is an example of a long text field with rich text enabled. I could make each of the "services" a unique record in a different table and then create a continuous form, but then I think the indented...
  2. R

    Delete record in dependent cascading combo box

    I have cascading combo boxes. The first is for Company and the second one which is dependent or "child" of the company is "client". Client combo box is based on a query so I can select a client of the selected company. If select a company and client, then save the record, then delete the...
  3. R

    Check if value exists in combobox and give user a prompt if they try to change it after it has been set

    I'm trying to use a combobox to set the value of a subform control. A blank form is shown for a new record. However, after the user selects which subform should be displayed, I want a warning with a yes/no option displayed if they try to change it. I can't seem to get this to work correctly...
  4. R

    Open New Form and Populate Fields Based on the Old Form

    I have a "proposal form" that has a bunch of information such as project name, client name, price, and some other subforms with other information. I want to create a button that opens a "projects form" that links to the proposal table and client table. I have fields for proposalID and clientID...
Back
Top Bottom