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 strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: JSD
  • Order by date
  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
  15. JSD

    SetValue

    Steve101 , True, I don't know much about VB. However, I do prefer to use VB, but in this case I'm trying to trigger VB commands in an Autokeys macro. I wouldn't have posted this if I didn't need to assign an f-key for every button on my form because for this database on the shop floor, users...
  16. JSD

    go to new record in subform using a macro

    Hello, I was wondering if there is a way to go to a new record using a macro. I need this because I'm trying to use function keys to trigger commands instead of mouse click. I had this working in VB onclick of a button in the subform using DoCmd.GoToRecord , , acNew. This same command does...
  17. JSD

    SetValue

    Hello, I am trying to use SetValue in a macro. Whaqt I'm trying to do is set the value of a control on a subform = 1. Item: [Forms]![frmwipin_plantone2]![Text89] Expression: 1 Not sure where I'm going wrong. Any suggestions are extremely appreciated. Thanks Jeremy
  18. JSD

    Need a Way to Compact and Repair without needing exclusive access

    Hello, I was wondering if there is some kind of statement that could be written that compacts and repairs msaccess db without needing exclusive access. We have a db with about 30 users on five computers. If four computers are logged in and one is not, the fifth can't be logged in if the db...
  19. JSD

    Need a Way to Interrupt IsNull MsgBox if User Eants to Start Over

    cghoga, This looks like a great idea. I'll get back to you when I have time to employ this. This bug is my highest priority. Thanks very much Jeremy

Part and Inventory Search

Back
Top