Search results

  1. S

    help with security issues!!!

    :confused: i've just went through the "user level security wizard" and i do not know how to remove it!!! how do i remove the workgroups and such so there won't be any sort of security set up on the database? plz help
  2. S

    security issues!!! plz help!!!

    i've just went through the "user level security wizard" and i do not know how to remove it!!! how do i remove the workgroups and such so there won't be any sort of security set up on the database? plz help
  3. S

    someone plz help me with this vba coding!!!!!

    thx ^^ i got it! forgot to set my control source as my query ^^ thx
  4. S

    someone plz help me with this vba coding!!!!!

    trying to make it so that when you open the report, it'll pop a dialog box for users to choose the dates (from date to to date. ie. 04/15/05 to 07/17/05). When I click on the report, dialog shows up fine but it finds every record... can someone please help me with this. here's the coding for...
  5. S

    someone plz help me with this vba coding!!!!!

    thx wayne!!! u'r my hero of the day ^^
  6. S

    someone plz help me with this vba coding!!!!!

    -now it's doing it same thing but says IsFormLoaded is highlighted... Option Compare Database 'Use database order for string comparisons Option Explicit Public Sub cmdCancel_Click() DoCmd.Close acForm, Me.Name End Sub Private Sub cmdNew_Click() ' Set error trap On Error GoTo...
  7. S

    someone plz help me with this vba coding!!!!!

    im new at vba and i have no idea why this coding is not working. it's suppose to let me search for a name but i get an error. It's a simple popup page that has a field i can type the "payer" name and search from the form "LogTxTable". When i type the name i want to search for and click ok, i...
Back
Top Bottom