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 Shaun E 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: doerfohio
  • Content: Threads
  • Order by date
  1. doerfohio

    Need event to change form color

    My SignInForm has the following event code to change the color of the ExpirationDate field if the record's expiration date is passed. I'd like the whole form color to change instead of just the one field. ' Display Expiration date field in Red if Expired...
  2. doerfohio

    Num Lock key turns off by itself

    Our num lock key unclicks itself on our Dell computers at work. This happens about 20 times a day and it's very annoying! Is there some way to fix this? Thanks, Dori
  3. doerfohio

    Need code make something invisible on report

    On my RegForClassSignIn form, the startdate, enddate, controls all have a date in them. Our related table requires it. This is fine because we never want those left blank. But now we have a situation where we don't want the date to show up on the ReceiptSignIn report (which shows up when...
  4. doerfohio

    Need to make form control ignore symbols

    Our ID cards have a magnetic strip that automatically inserts % before the ID number and ? after the number like this: %255? (this is passID number 255). When the ID card is scanned into the unbound control, IDSearch, I want the control to ignore the % and ? and just read the number. Is there a...
  5. doerfohio

    no duplicates in query?

    I've got a query (TrackingQuery) with over 100,000 records showing each time a member visits our facility. Of course, most memberID's show up quite a few times. Can I make each one just show up once? I'd like a total of how many different members visit, rather than how many total visits...
  6. doerfohio

    Refreshing cbo box list

    I have a form that I enter job positions into: Positions My main form, Time Clock has a combo box with a list of positions, which is is list from a query called CboPositionsQuery ( I did the cbo box through a query,not the table, so I could have it show up alphabetized). When I input a new...
  7. doerfohio

    Block user from scrolling through form records. And decimal numbers

    I have removed the page scroll bar on the bottom of my form (I don't remember how I did that!), however, the user can still click in a field and use the scroller on the mouse to go through records. I need to prevent that but I don't know how. And also, in my table and my form, I need to enter...
  8. doerfohio

    Block user from scrolling through form records. And decimal numbers

    I have removed the page scroll bar on the bottom of my form (I don't remember how I did that!), however, the user can still click in a field and use the scroller on the mouse to go through records. I need to prevent that but I don't know how. And also, in my table and my form, I need to enter...
  9. doerfohio

    Need language for IsNotNull

    Here's what I have, but the IsNotNull part isn't right. If I change it to IsNull, everything works well, But I only want this message box to appear if the Staff Name field is NOT blank. TIA! If IsNotNull(On_The_Clock_subform.Staff_Name) Then response = MsgBox("You already punched in. Please...
  10. doerfohio

    How do I get my pictures to show up on my webpage?

    I've created a webpage in MS Publisher. I've uploaded it and all the links and emails work great. But some of the pictures don't show up at all. Can anyone help me? I'm not very experienced with web stuff, so please, if you can help me, walk me through it in baby-steps!

Part and Inventory Search

Back
Top