Search results

  1. J

    Passing data to subform help

    i've already simplified what i said..:banghead: which part do you not understand? what i want is to pass the records i select to the subform's listbox. i just want the code to pass the records.... but i can't seem to find it from google. Everything in the form is UNBOUND and is QUERIED from...
  2. J

    Passing data to subform help

    ok, sorry let me rephrase. it's a listbox, and no i don't not want to filter the records in the list box in the subform, what i want is to select a record in the list box which i've queried from and pass the record that i select to the sub-form's listbox. that's all..
  3. J

    Passing data to subform help

    sorry because it's kind of confusing for me too, i don't know exactly what it wants. Option 1: from mainform's listbox(Unbound, queried from different tables with no relations) and when i select a few rows from the listbox and click a on a button, it will pass this item selected rows to the...
  4. J

    Passing data to subform help

    it doesn't need to be updated, i just want to pass it to the subform that's all in the subform there's only one listbox i just want to pass the listbox value that i selected and when i click on a button, it will pass the selected item into the subform's listbox
  5. 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...
  6. J

    mutiple image in a form

    thanks a lot for your response/help:D well i have no choice but to save images into the DB as my teacher instruct me to do so. EDIT: Last question, if i want to have multiple image in 1 image box, how do i do so? do i have to create a table with the 5 images and control source it to the image...
  7. J

    mutiple image in a form

    3 Column Count Row Source is from a query i have no idea how to strip my db to a smaller size but here it is. in Test Form sorry, file is 2.2mb can't upload attachment http://www.mediafire.com/?thqb67kbsmnaes9 EDIT: i don't know where should i insert and store my image in, i have 5 images i...
  8. J

    mutiple image in a form

    but what if it's a listbox??? can you please tell me if the (3) is referred to the 3rd column of the listbox? if so why when i use Me.List6.ItemsSelected.Item(3) i get an error when i click on it
  9. 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...
  10. J

    Form Adding Help

    bumpzzzzz zzzzzzzzzzzzzz
  11. 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
  12. J

    displaying name and last visit on form

    Thanks a lot for the sample. manage to get it work :D
  13. J

    displaying name and last visit on form

    because i don't know what to google for that's why i can't find the solution :(
  14. J

    displaying name and last visit on form

    Thanks! but for question 2, how do i do that?? If a button is not available for the current user then the next buttons must cover its space automatically.
  15. J

    displaying name and last visit on form

    so sorry about that, not sure what to show. here\'s the file log in admin pass admin. codes are in there >.< i need help on this question: If a button is not available for the current user then the next buttons must cover its space automatically.
  16. J

    displaying name and last visit on form

    i915.photobucket.com/albums/ac355/jeffrey159/Untitled_zpsb29821aa.jpg i still can't post links yet. here it is.
  17. 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...
  18. 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...
  19. J

    Login screen help

    bumpzzz for help!!! T_T
  20. J

    Login screen help

    Thanks for the sample, but sorry I've already done a login form, what i want is permissions, how do i code it i don't really know what to google for i tried access permission and all those stuff but not what i wanted:banghead: Taking your sample for an example a-pattison is only able to Edit...
Back
Top Bottom