Search results

  1. S

    Searching

    Hi, I have a form based on a table of buyers, i also have a copy of this form which includes a search button, so you can type in a surname and it displays the records above. I have got it to work, but when it finds the record it still says "Record not found for: [Surname]. I think its just a...
  2. S

    .Gif in a form

    Is it possible to insert a moving .gif into a form? If so how? Thanks in advance..
  3. S

    Error Message

    Ive written this error message, to prompt the user before they run a query. If they click yes, then the query runs. If they click cancel, then i want nothing to happen (query being cancelled and the other msgbox 'You have cancelled the previous operation' to not appear). MsgBox ("You are about...
  4. S

    Validation for Entering an Email Address

    Hey all, What is the easiest way to create a validation rule for entering email addresses i.e. making sure the @ symbol is between text. e.g. texthere@texthere.com Thanks in advance...
  5. S

    Populate Form From Other Tables

    I have 5 tables (Client, Driver, Appointment, LessonType & Booking). The Booking table is empty as it is made up from the other 4 tables. I want to have a form (Booking) which collects data from the 4 tables to create a record. I want this to be automated as much as possible rather than typing...
  6. S

    MsgBox - Help

    Im want to create a msgbox that pops up when a parameter is entered wrong. Ive created a query to search for customers - When run a box pops up saying 'Please enter surname' - If correct then a record appears. If the surname is incorrect i get a blank table. I want a msgbox to pop up saying...
  7. S

    Ctreate MsgBox??

    Create MsgBox?? I have a select query to search for a client. A box pops up and you enter the name, if the name is there, then that record is displayed. Now if i enter a name that isnt there, then i get a blank table - which is fair enough. I want to create a msgbox that pops up to let a user...
  8. S

    Combo box error - Help please...

    I have 5 table (See attachment). I also have a booking form, which is a combination of the other four tables. The client table is linked to the driver table, as one client is tutored by one driver. So i have created a combo box for both the client and driver, so when you select the client, you...
Back
Top Bottom