Search results

  1. P

    Using data on my form to show other data

    Could anyone tell me if it is possible to use data from a combination of a combo box and two text boxes to show data relating to that data from a table? I have a table named COURSE which holds course information (Title, Location, Date etc.) and would like to search this table using the data...
  2. P

    Places on my Courses

    Although I have posted a question on this topic before, I have yet to get a satisfactory answer - so hopefully this time one of you wizards can sort me out . . . I have a table called COURSE SCHEDULE which has a attribute called NUMBER OF PLACES on it. I would like to some how create a query...
  3. P

    Updating my NUMBER OF PLACES LEFT field

    Thanks to all who have helped me enormously so far, here's another little problemo... I have a COURSE table with an attribute of NUMBER OF PLACES for various courses on it. I would like this number to be decreased by one each time a booking is made (through a BOOKING form) for a particular...
  4. P

    Clearing data on my Customer Details form

    I know I shouldn't really ask two questions so close together but . . . I have got a form called EDIT CUSTOMER DETAILS which is linked to a CUSTOMER table. Is it possible to have a button that clears the form a data and makes it ready for a new customers data to be entered? One of the fields...
  5. P

    Getting my TOWN into a text box

    I am trying to create a text box ('Location') that updates its contents after an option is chosen from a combo box (a list of different courses) on the same form. When I choose a particular course, I want the text box to display the town related to that particular course. I can create a combo...
  6. P

    Updating tables FROM my FORM

    I am trying to create a form ('Make A Booking') which will allow me to update a table with the information I type into it. The data is about numerous customers (e.g. name, address etc.) but I can't work out how to link the customer table and the 'Make A Booking' form. Can anyone help? ? ?
Back
Top Bottom