Search results

  1. A

    Add/Delete Record Button Error

    I am creating a form that includes an add and delete button on the form. I have two other databases that these buttons work with. Using the same VB code (and name of the button) in my current database gives me the following error: "The express On Click you entered as the event property...
  2. A

    Subform Viewing

    I am working creating a data entry form. I am using the data entry option in the form properties to do this. However, when I do this, my subforms do not display any information. Ideally, I would like them to display information when the field linked to the subform is entered on the main...
  3. A

    Multiple Destination Form

    Currently I have three separate forms that correspond to three separate tables. The three tables cannot be combined. Is there a way to have a form write information to multiple tables depending on the field? Any help is appreciated. Thanks.
  4. A

    #Name? Error

    I'm attempting to generate a report in access using the provided wizard. I am trying to sort the report based on a date so that it is subdivided into months/years. The wizard generates the following code: =Format$([Next_Date],"mmmm yyyy",0,0) When I preview the report, a "#Name?" error...
  5. A

    Multiple Source Query

    I'm in the process of learning to use Access and I would appreciate any help that can be provided. The problem that I am facing is that I have data in three different columns, and this cannot be changed. The database that I am creating links to another database to retrieve a table. This table...
Back
Top Bottom