Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by JSD

  1. JSD

    Different errors on different machines?

    Thanks Guys -- Works Great
  2. JSD

    Different errors on different machines?

    Hello I am working with a db on a network with multiple users. There are four different computers using it. I am running this code after update of a 'wc' control: If DCount("[wc_code]", "dbo_rtemastr", "[wc_code]='" & Me!wc & "'") > 0 Then 'Do nothing Else MsgBox "This is not a...
  3. JSD

    Can't Sum a Calculated Field in a Chart?

    Hello, I am working with a query that has a calculated field that subtracts two date fields to get its value. I want the sum of this value in a chart with 'date' as a baseline. However, I am having trouble getting msaccess to do anything but count the records for the calculated field. I get...
  4. JSD

    Can't Sum a calculated date field in a chart?

    Hello, I am working with a query that has a calculated field that subtracts two date fields to get its value. I want the sum of this value in a chart with 'date' as a baseline. However, I am having trouble getting msaccess to do anything but count the records for the calculated field. I get...
  5. JSD

    Specifying criterfia in a calculated field expression

    Mike, Thanks for your time and knowledge. Jeremy
  6. JSD

    Mult calc fields in one query so I can bring into chart

    Hello I am working with a query that tracks log in times and log out times of employees. When the users log in, they are either logging in to run time, set-up time, or down time. They can specify set-up or down time by checking a box for either. All in one query, I want to have calculated...
  7. JSD

    Specifying criterfia in a calculated field expression

    Hello I am working with a query that tracks log in times and log out times of employees. When the users log in, they are either logging in to run time, set-up time, or down time. They can specify set-up or down time by checking a box for either. All in one query, I want to have calculated...
  8. JSD

    Subtract a half hour from a field If it's value is greater than 6 hrs

    SteveR77, Hello. I have two date/time fields that I subtract in a calculated field to get the 'act hrs' value, which is numeric. I would need to subtract one half hour from the 'act hrs' value, If the value is greater than 6 hrs. Thanks for your time Jeremy
  9. JSD

    Subtract a half hour from a field If it's value is greater than 6 hrs

    Hello I am working with a db that employees use to clock in and out of jobs for production/ efficiency tracking. I don't want them to have to take time to clock out for lunch. Is there a way to maybe create a calculated field that subtracts one half hour from another field called 'act hrs' if...
  10. JSD

    Front End forms open super slow

    Hello, I am working with a db that I just recently split manually. Now the forms in my front end take forever to open. Could someone possibly share some pointers on how to improve this performance? Many thanks as always. Thanks Jeremy
  11. JSD

    Hide certain buttons on a switchboard based on login username?

    Hello, I am working with a db that has a switchboard with various command buttons I would like to hide if user login name is 'shopfloor.' Can this be done? Thanks Jeremy
  12. JSD

    AfterIsNull Message, delete original entry

    Hello, I am workin with a db that has a form and a subform. The subform has a couple of controls on it that have If IsNull functions, then msg box. The only problem is that when the user clicks ok after an IsNull msg, The bogus value is still there. In fact, once I set focus away and back to...
  13. JSD

    After IsNull message, delete original entry

    Hello, I am workin with a db that has a form and a subform. The subform has a couple of controls on it that have If IsNull functions, then msg box. The only problem is that when the user clicks ok after an IsNull msg, The bogus value is still there. In fact, once I set focus away and back to...
  14. JSD

    SetValue

    Hello again, Thanks for your time and expertise. I hace tried what you suggested. Now I get the error 'the object you have referenced in the Visual Basic Procedure as an OLE object isn/t an OLE object.' What does this mean? Is there a way around this? Thanks, Jeremy

Part and Inventory Search

Back
Top