Recent content by hemolytucus

  1. H

    Form with a subform help

    Attached is the ER diagram for my project. Thanks. Any help will be appreciated
  2. H

    Form with a subform help

    Hi All I am creating a videostore database . I 'd like to create a form that shows the customers details and from that form the employee can add videos/games that will be issued to the customer using buttons. I am also plabning to use the same form when a customer returns the items issued to...
  3. H

    Adding a new record line in a subform after pressing the Add button

    I tried adding the code and it add new record added a new record but it didn't appear beneath the the previous record.
  4. H

    Adding a new record line in a subform after pressing the Add button

    Hi All, I'm doing a school project and just need to ask for your help. How can I add a new line of record below a previous record after pressing the add button? I have attached a picture of my project Thanks
  5. H

    Search Text Box with Option Box as criteria for the search

    so if I type the last name "cruz" and select last name on the combo box/ it will search all customer with cruz as their last name?
  6. H

    Search Text Box with Option Box as criteria for the search

    Hi I am creating a a text box where the user enters a text then clicks an option from the option that is used as the criteria for the search e.g. Last Name, Phone , address then a command button wil run a query. is this possible? Any tips on how to do this. Thanks
  7. H

    Usinga single search button for mutiple text box

    Thank you guys. I know its possible to search items from multiple fields but will I be able to use a single search box to search for a specified field:banghead:
  8. H

    I got a question about my video rental database

    Hi I am creating a database for a rental store for a coursework. I am bit confused as to how tblHiredItem will be able to automatically get the HireageID from the tblHireage without trying to "search" or keying the HireageID Thanks
  9. H

    Usinga single search button for mutiple text box

    Hi I am creating search boxes within that searches customer by lastname, phone number, address and suburb. Will I be able to use one search button for all of them or do they have to be individual buttons? Any help will be greatly appreciated. Thanks
  10. H

    OpenForm Macro

    Thanks PR2-Eugin!!!. You are awesome!
  11. H

    OpenForm Macro

    Hi PR2-Eugin Thanks for your reply. My query now works but I still can't make the open form macro open customers living in the suburb. I am bit confused what should I write on the WHERE clause of the OPEN FORM macro. Thanks
  12. H

    OpenForm Macro

    Hi All, I am Access noobie. I am creating a form that searches customers by suburb. My table structure is like this tblCustomer tblPostCode CustomerID CustomerName PostCodeID PostCodeID(FK) SuburbName My question is how do i create a form that asks the...
Back
Top Bottom