Search results

  1. M

    checkbox on form not writing to table

    I have a number of text boxes and comboboxes on my form. All of these are writing to the table except the checkbox. I made sure the Default value is 0. All the other boxes including this one all use the same query for the Control Source and Form Record Source. Is there anything else I should...
  2. M

    Access 10: Need help writing data from listbox to table.

    Hi, I am an "Advanced Novice" user. I know a little but not a lot! I have a database that I did not design but have been asked to make changes to. I have a Multiselect Listbox lstCAR that I need to write the results from to a table when the record is created. The old database was using a bunch...
  3. M

    Report is not sorting correctly

    I am using this code from a cmd on my form to run a report. The report is running correctly and pulling the data but it is not sorting correctly. Can you help me edit this code to make it sort ascending. Private Sub cmdPreviewCategory_Click() On Error GoTo Err_Handler 'Purpose: Open the report...
  4. M

    Combobox works but is not linking to subform

    I have a basic database with several tables. I can get all but 3 of the combo boxes to filter data to the subform and I can't get these last 3 to work. I tried to attach my database but it wouldn't work. This is my first post on any board so excuse me if I am doing this wrong! The combo...
Back
Top Bottom