Search results

  1. J

    displaying fields on reports that arent in the query

    i have a query that searches 3 fields of 5 in a table, ive also got paramaters asking for data from 2 of these fields. The other field is a sum field. When creating a report i want to see the result of the paramaters, but also displaying the other 2 fields. its a booking system for a...
  2. J

    passwords - contiued from topic below

    i dont quite get what your reply means here is my code Private Sub Command23_Click() Dim strPassword As String strPassword = InputBox("Enter The Password") If strPassword = "Password" Then DoCmd.OpenForm "frmhillsideresturant" DoCmd.Close acForm, "frmqualityhotel" Else MsgBox "Wrong...
  3. J

    passwords

    i have posted this idea before and with responses - thanks what i forgott to state was when i click on a button access will ask for a password - i did this through visual basic on tyhat cammand button - what i want to do is type a password, but not baing able to see it, i.e******** i know that u...
  4. J

    passwords for forms

    ive done the the coding for the passwords - it works fine, but this is what i would like when typing the password into the dialoque box, in stead of seeing what u type, how do u get the******** symbols??? thanks in adv.
Back
Top Bottom