Search results

  1. J

    How do I code to delete all records shown in a query

    I'm having trouble with deleting a whole list of records I have frmArchive, in that form need a button to be able to delete all records that are in qryArchive (but not delete the actual query) What code do I write for it to do this?
  2. J

    Before using made find button how can i make it so a field is selected

    I've just created a search button (action chosen through wizard was find record) that works fine, however I am wanting to made the button do more things. The goal of the search button is to find a customers name. Currently to do that I have to click on the sub-form fsubListyear7, and click on...
  3. J

    Expanding Find Record

    I've just created a search button (action chosen through wizard was find record) that works fine, however I am wanting to made the button do more things. The goal of the search button is to find a customers name. Currently to do that I have to click on the sub-form fsubListyear7, and click on...
  4. J

    Listbox selection and subforms problems

    Hello I'm having trouble with with my form (frmViewCust). What I am attempting to do is create a form which shows a list of customers (from a query) and has a section with the customers details (from tblCustomers). I need it so when a certain customer from the list is selected, their details...
  5. J

    Copying a autonumber into another field

    Hello I am having a problem with my frmAddCustomer. I need it so when a new record is entered into tblCustomer (via the form) the autonumber made in CustomerID will be copied and entered into tblDelivery.CutomerID. Thus making a new record in tblDelivery. The form uses a query will all...
Back
Top Bottom