Recent content by zeeroone

  1. Z

    Query Problem

    I already did change and added the field, my next problem is the outgoing quantity. If its blank the Total Qty is also blank. Please help Merry x'mas to all
  2. Z

    Query Problem

    Thanks for the reply, actually i already made a query please see attached file. may problem now is how to compute the Total, what i need is the incoming supplies - outgoing supplies. Please help Thanks in advance
  3. Z

    Query Problem

    Hi guys, I have a problem regarding the query calculation. I have 3 tables: -supplied inventory -delivered item -issued item In each table their is Item Description and Quantity how can i calculate the quantity of a specific item when delivered and issued. Thanks in advance
  4. Z

    Question set focus specific form

    thanks again, how about this error Private Sub Command7_Click() Dim strPasswd strPasswd = InputBox("Enter Password", "Restricted Form") 'Check to see if there is any entry made to input box, or if 'cancel button is pressed. If no entry made then exit sub. If strPasswd = "" Or...
  5. Z

    Question set focus specific form

    Hi Spikepl, my apology, Please see below Private Sub Login_Click() Dim Password As Variant Password = DLookup("Password", "Users", "UserID = '" & Me.txtUserID & "' ") If Nz(Password, "") = Me.txtpassword Then DoCmd.Close DoCmd.OpenForm "Purchase...
  6. Z

    Question set focus specific form

    thanks for the reply John, I still encounter some error Compile Error: Expected:end of statement
  7. Z

    Question set focus specific form

    Hi, I'm new in MS access and i have a problem with regards with the setfocus of certain form. i have a command button that will open several forms and once open i want to setfocus it in "Purchase Requisition" form. please see code below Private Sub Login_Click() Dim Password As Variant...
  8. Z

    new bees

    hello to all:)
Back
Top Bottom