Search results

  1. S

    Playsound

    I have a sub form that om a timer will run a playsound file, on my main form I have a button that i want to stop that sound from playing till my timer hits 0 again. Anyone know how to do this would be great
  2. S

    Continuous Forms

    I have a form with a command button with on click: Private Sub Command6_Click() Dim ID As String Dim TT As String 'tt=time Dim DD As Date 'dd=date TT = Time() DD = Date ID = fosUserName() Forms![frmMain]![Child9].Form![Hash] = ID Forms![frmMain]![Child9].Form![Date] = DD...
  3. S

    List

    I have a db with 3 tables one is the employee table one is the inventory table. When a user logs on and goes to there inventory there are about 10 field boxes linked to the inventory table via a query. My problem is all of the inventory is one item but there is one thing there keys they could...
  4. S

    Please Help

    I have a simple timer that looks at actual time and date and looks at time and date in table. If = msgbox opens wont work something I'm not seeing with the time.
  5. S

    msg box

    Hello im trying to make a msgbox pop up if the date and time are the same as the ones on a form. What i have been trying is this If Time() = [fmdata].[Time] And Date = [frmdata].[Date] Then MsgBox "Send AQIM", vbYesNoCancel, "AQIM NOW" End If Nothing happens any help would be great thanks
  6. S

    + - a number

    I have a small db only 2 tables table1 table2 what im looking at is if table2 has a record that is the same as table1 it would show after i run the query. One or the fields is a number and i want whatever table2 number is it will look for that number and + and - 20.
Back
Top Bottom