Search results

  1. S

    Combo Box Code Find Record

    Hi I have a form with a button which opens and passes a value to a second form. The second forms on load event says put that value in combo box 2. Combobox2 when an item is selected will find that record on the form. However because I havent selected it myself, only told access to put the...
  2. S

    Code for multiple textboxes

    Hi, I put this under the wring topic thing before so I will put it here. I have 10 text boxes and instead of writing the same code for each one 10 times, I wondered if i can run the same code on each one with a for statement. Each textbox has the same code run on it. The code currently is...
  3. S

    Form Reload when closing a different form

    Hi, I have 2 forms On the 1st form I have a form_load event running some vb code on the 2nd form I want to be able to close the form and rerun that vb code. I know the code to close the 2nd form, but not to refresh the load event on 1st form. By the way I want the 1st form to remain open the...
  4. S

    merging two fields

    Hi I want to make Access automatically merge two fields together to create another field. E.g. I want the First Name (first letter of it) and the surname to be merged together in a form and placed in a new text box or other field. So if the name was David Wild, the result would be DWild. I...
  5. S

    Booking system restaurant tables

    Hi I am creating a restaurant table booking system for customers. I have a tables table and a bookings table. Tables tbl: Table number, Table Status Bookings tbl: Surname, Booking ID, Table Number (a lookup box with table number and status) I want this to make it so if i select a table with...
  6. S

    Question Restuarant Database

    Hi I am trying to create a restaurant's database. I have 2 main tables menu (food) and then another table for order. I have built a relationship so that on the order data base there is a lookup box which accepts multiple values, and so I just click the items being ordered. However how can I...
Back
Top Bottom