Search results

  1. A

    Need help with search dates!!!

    I have created a form whereby the user can search for records by date using a drop-down list containing the values stored in my table. However, the search is only returning records entered on some dates and not others although the records clearly exist in my table. This is the VBA code used...
  2. A

    Message Boxes

    I have created a button that when clicked appends a record to an archive table and deletes it from my original table. However there are a number of different confirmation message boxes that appear (ie- do you want to append/ do you want to delete this record) and I want to be able to condence...
  3. A

    Button Colour

    I was wondering if there is any way to change the backround colour of the buttons I've created on a form? The "Fill/Back Color" button on the properties menu is always greyed out. Does anyone know of any code that can be written at all?
  4. A

    Maximising Forms on Opening

    What i'm doing is navigating from a main menu screen to a data entry form, and then using a button to return back to the main menu. But when I do this the form "scales down" in size. I've set the properties so that the desired forms maximise on opening which they do the first time. However...
Back
Top Bottom