Search results

  1. S

    Current Month

    Hi Probably an easy one here.. Got a table that I will like to do a query on.. All I need is to list all records for the current month. So obviously, when it goes to the next month, the query would update and show only records for that month. What do I need to put under the date criteria to...
  2. S

    Table Problem

    hi I have a multi purpose database for logging and recording various information. The more common function of the database is Call transfers to various departments. I've noticed this happening more recently. At the beginning of the day it's fine, but towards the end of the day, it pops up...
  3. S

    Subform / Combo Query

    Hi Folks Attached is an example of what I'm looking to do.. I'm new to VB code and not great on queries either. I'm looking to simply choose the department from the dropdown combo box on the form and the subform above it to update with showing all the results containing the department from...
  4. S

    Subform Query

    I'm relatively new to visual basic, and not sure how to do this one, was wondering if anyone can help. If you can take a look at this screenshot Basically, what I'm looking to do is, when someone clicks on either command button, then the unbound subform will display a datasheet of the...
  5. S

    Password Masking

    Hi Gurus.. :D Need some wisdom.. ;) I got code behind buttons on my main switchboard form to enable passwords on the buttons.. I use the following code... Private Sub Option2_Click() On Error GoTo Err_Option2_Click Dim stDocName As String Dim stLinkCriteria As String Dim Password1...
  6. S

    Autofill Fields

    Hi Need some help with a table, or possible more to do with a form design.. I'm looking to autofill in a field depending on data that's in the previous field. E.G. I have too fields.. One for employee and one for department.. I want the department field to automatically select the department...
Back
Top Bottom