Search results

  1. J

    Passing data to subform help

    Hi, i need help passing data inside a form where there's a subform 1 Listbox in mainform 1 button in mainform to trigger the code to pass the data 1 listbox in subform After pressing the button, it must pass the selected value that i click in the listbox to the subform's listbox. is there a...
  2. J

    mutiple image in a form

    How do i actually store and display my image in a form which works when i click on a item in the listbox and it will display the image i want Currently i'm using a unbound form with listbox and rowsource from Queries. When i click on the listbox it gave me This is the code i tested the (3) is...
  3. J

    Form Adding Help

    This form must count and display the number of sold tickets for each seat category when the user selects one of the options. This is the picture of the form
  4. J

    displaying name and last visit on form

    how do i display the current user’s full name, date and time of last visit. in a form?? like Example: i have 2 forms "Login" "LoginMenu" After logging in via Login it should Display the current user’s full name, date and time of last visit. in LoginMenu Question 2: how do i do this...
  5. J

    ms Access Macro Help

    i tried using macro to locate it but doesn't work. After logging in from "Login" Form it will open up a form "LoginMenu" with a list of buttons of Forms that i'm able to access to. This Macro is in "LoginMenu" with a list of buttons of macro events If [Forms]![Login]![cboUsername]="Admin" Then...
  6. J

    Login screen help

    i've just created a form Login, but i want it to open up the moment i open the database, and it has to force you to login before u can click anything in it, how do i create the code to force you to login?? when i open my ms access database, it will prompt out a pop-up window of a Login form and...
  7. J

    Username Help

    Sorry if the title is misleading or wrong. i got no idea what to search on google i need to code a form which in Login(completed) i enter user and pass and enter, it takes me to another form LoginMenu and in that form i want it to show Welcome, "username" after pressing login via Login how do...
Back
Top Bottom