Search results

  1. P

    rentals

    i have a specific problem and i'm wondering does anyone have any ideas on how i would approach this - i have tables for rentals, members and products - i want to implement a rental system from a rental form where i can check if a certain item is available to rent or not - the problem is then...
  2. P

    dlookup

    i have a problem with DLookup: strPassword = DLookup("[Password]", "tblEmployee", "[First_Name] = cboUserName") i am trying to match the password entered in a textbox with that of the password in the database (First_Name) i get an error: invalid use of null
  3. P

    date

    i have a query that looks to see if an item is available or not - my criteria is the date - if a product has an associated date due then it is not available - my problem is that the query returns all items, both those with a due date and those without one? i only want the available ones to...
  4. P

    searching

    i want to run a search for members (stored in the db) from a member form based on the member's surname. i found some vba code on this but it doesnt work - it says i have a label undefined and points to: GoTo LastName_Exit Private Sub cmdSearch_Click() GoTo LastName_Exit 'call sub...
  5. P

    user level security wizard

    i used the user level security wizard with an access project but i want it to be solely for this project - however it seems that any access project requires the password from the workgroup i created - how do i get rid of this?
  6. P

    security

    Using the user level security wizard, is it possible to send the name of the user to the main switchboard? or is it possible to manipulate the information entered in the log-on screen?
Back
Top Bottom