Search results

  1. C

    Connect to mySQL Database with Visual Basic

    Hi SJ, Glasgow is very bright today eh? SJ, I was wondering if you could point me in the right direction. I have been using MS Access and Visual Basic for access for the past two years and have managed via the help of this forum to create cool functional databases. However, I have recently...
  2. C

    MsgBox Alerting Call Ending?

    Hi, I am creating a small call logging database and I would like the user to receive a message 1minute before the call is due to end. I was thinking something like: if [callend] =now() then msgbox "Call Due To End" Can anyone help? Many thanks Charlie PS, I have searched, but to no avail...
  3. C

    Calculating According To Duration

    I have a form with three fields: CallStart CallEnd Cost When a call is logged, I have it set that the time is entered automatically viz =now(). I would like it where if the cost = £20.00 the call end would be automatucally 30mins ahead. If the cost = £40.00 then the call end would be 1 hour...
  4. C

    yes/no = button visible/invisible?

    I have tried searching a few threads, but can't get the answer or perhaps i'm tired. Anyway I have a YES/NO field and a command button. I want the button to be visible only if the yes field has been selected. No = invisible button. Thanx
Back
Top Bottom