Search results

  1. supercharge

    Auto update field on click

    Please post your button codes.
  2. supercharge

    Multiple selects and records store

    I would store each computer as a record. It would be easier for future searches.
  3. supercharge

    Abreviations, shortcuts....

    That's what it says: Type It In Google And See.
  4. supercharge

    Abreviations, shortcuts....

    What's NIFOC, please? Thanks
  5. supercharge

    Abreviations, shortcuts....

    Please excuse my lack of "online" knowledge because I'm not a "chat" guru. I've read many posts online where people use abbreviations and don't have a clue what they mean. I don't personally use many abbreviations myself. Here is one example in this forum: IMHO. What does it stand for, "in...
  6. supercharge

    Form / Query / Macro / Cmd Btn Problem

    Post your Cmd button's code, please.
  7. supercharge

    Need help with 'time off' query/report

    Remove as follow: ..... If DateFound <> 0 Then 'Do nothing, drink coffee Else .....
  8. supercharge

    Cellphone ban while driving

    100% agree on this. It happens so often that everytime, I just yell it out loud in my car (of course, only myself in the car). I've seen so.....many people turning, changing lanes without ever turning on that d....signal. Also, maybe because that I do it and I expect others to do the same...
  9. supercharge

    New User - automatically fill fields

    Or try this:
  10. supercharge

    Cookie Issue

    I'd like to add that this problem didn't happen before this site was hacked and I've been using the same browser, Avant Browser, which is based on IE. This tells me that browsers have no effects. Thanks
  11. supercharge

    User ID & Password

    Wow, this codes look very familiar. I posted a sample with very similar coding as yours. Anyway, can you be clearer on your question? You said: "Here is the code I have used" then you ask where to add the code? If you have used the code then you should already have it in the right place...
  12. supercharge

    How to Add Page Number in Word Document (Special Senario)

    A very good pointer, Sandre!
  13. supercharge

    Cookie Issue

    Hi all, I just wonder when the problem will be fixed. If I leave the forum idle while logged in for, let's say, 10 minutes and do a refresh on the browser, I'll have to log in again. Has anyone else been experiencing this problem or is it just me? I know that we can get around it but it'd be...
  14. supercharge

    Frustration of No Feedbacks

    How can a "wrong answer" resolve a problem? Sorry for my stupidity!
  15. supercharge

    Inserting time into a cell through a checkbox

    Based upon what you described, unless you use a form in Excel, Access would be a better environment since you're actually storing data. Also, Access gives you a better searching ability as you're filling up the spreadsheet. Also, unless you're using a different set of codes than what I have in...
  16. supercharge

    coding required... linking...

    You're welcome! Glad that I'm able to help.
  17. supercharge

    Inserting time into a cell through a checkbox

    I didn't say it's not doable. Try the attachment:
  18. supercharge

    Inserting time into a cell through a checkbox

    This can be done easily in Access, more coding options, more dynamic, more security options of letting users access limited controls. Are you adding more job names later? If so, looks like a project in Access than Excel.
  19. supercharge

    coding required... linking...

    See attached - Hope it helps.
  20. supercharge

    Moving data from one form to another

    Yes, it's possible. Create a dummy variable to store your quote in a module. Before form 1 closes, capture the quote as the variable. After form 2 loads, copy or load the variable to the appropriate textbox on form 2. That's it.
Back
Top Bottom