Search results

  1. T

    DLookup error

    Hi, Im using a dlookup query and it gives a null value everytime. DLookup("[N_seats]", "Allocation", "[M_Name] = '" & Me.str2 & _ "' AND [A_date] = #" & Combo33.Value & _ "# AND [A_time] = #" & Me.str1 & "#") A_date: date type A_time: time type Combo33.value is a date and...
  2. T

    Button click event

    Hi im a beginner in microsoft access. I need to create an online movie booking application with front end and back end in access. Created a login form for front end, but have no idea to program button click event. The main trouble for me is the query to verify whether the username is in table...
Back
Top Bottom