Search results

  1. testdba

    Question about Input Masks

    I'm just curious. Input masks can be put on a text field in the table or on the textbox of a form. Is there any advantage to masking one over the other?
  2. testdba

    Open a form to a specific record

    Good call! Aha! You did it! I changed the line to: stLinkCriteria = "[SupplierName]= '" & Me![SupplierName] &"'" and it worked perfectly! Thanks for your help and speedy response! :D
  3. testdba

    Open a form to a specific record

    I have a form named frmProducts and on it there is a field for the name of the product supplier. Beside the supplier there is a button named cmdViewSupplierDetails that is supposed to open a form with the specific supplier's details. Somewhere on this board I found an example of this (the...
  4. testdba

    Calculate the time interval using seperate Date and Time fields

    Thanks Thanks SJ McAbney. I downloaded it and I'm trying to integrate part of it into my App. I'm still learning Access and VBA, so can you tell me if this will work? I am able to add the date and the time as a DOUBLE and when I put it to a text field as general date, the result is correct...
  5. testdba

    Calculate the time interval using seperate Date and Time fields

    Where can I download this? :) To make sure I understand this right, I would use the above line to calculate the difference between the start and end date/time in the place of the function that I am currently trying to use. Right? Would the code be placed in the data field for the text box...
  6. testdba

    Calculate the time interval using seperate Date and Time fields

    Okay, like hundreds of other people around here I'm not an Access guru and I have a problem. :p I am trying to calculate the time between two dates that are split between four different fields. The form fields are DownDate, DownTime, UpDate and UpTime. I'm using four fields because I need for...
Back
Top Bottom