Search results

  1. theDBguy

    Hello!

    Hi. Welcome to AWF!
  2. theDBguy

    New member from Texas

    Hi. Welcome to AWF!
  3. theDBguy

    Question on Comboboxes

    One approach I was thinking, if you want to allow all three info to display in the invoice, is to add a Yes/No field to indicate "CompanyOnly." Also, to avoid having extra commas in your solution, you could try something like: [CompanyName] & ("," + [LastName]) & ("," + [FirstName]) Are you sure...
  4. theDBguy

    Question on Comboboxes

    It depends on what you mean by that statement. If you have both the person's and company names, are you saying the invoice coould potentially display both or just the person or just the company name based on the company's preference? Also, if a company does not want a person's name to show in...
  5. theDBguy

    New member from Wiltshire, England

    Hi. Welcome to AWF!
  6. theDBguy

    How to automate importing 31 .csv files into SQL Server?

    Just thinking out loud but maybe try BCP? Sent from phone...
  7. theDBguy

    Howdy!

    Hi. Welcome to AWF!
  8. theDBguy

    Access calling up a web page from a unbound text box

    Can you show us the full code please?
  9. theDBguy

    RegExp Added to VBA Library with Office Version 2508

    Thanks for the info. Not sure if the following helps.
  10. theDBguy

    Force Exit on Timer

    For that scenario, it gets even easier. I didn't comment on anything specific earlier, because I couldn't remember how to detect "idle" time. But in your situation, you simply execute a trigger that the FE is listening for, so you can warn any active users that maintenance is about to begin...
  11. theDBguy

    Solved Transforming database from 2010 model or higher to 2003.

    Yes, if you start from scratch and make sure you don't use any of the modern controls and code.
  12. theDBguy

    Solved Transforming database from 2010 model or higher to 2003.

    You already tried the simple way; but if it failed, then that means you'll have to do it the hard way.
  13. theDBguy

    Force Exit on Timer

    Hi. Welcome to AWF! There used to be a demo for that at UA. Sadly, it's inaccessible now. I don't think the wayback machine can help you with that either. Have you tried searching through the sample databases forum here?
  14. theDBguy

    Introducing user rsocol

    Hi. Welcome to AWF!
  15. theDBguy

    Calculated Field Error

    @tvanstiphout, I didn't see the OP mentioned "expression service" in post #1. I saw the "expression property" was mentioned though. Thanks!
  16. theDBguy

    Calculated Field Error

    I'm not in front of a computer right now, but could someone please check if the \ operator is also available in the Expression Service? Just a thought...
  17. theDBguy

    msjtes40.dll error

    Can you post a screenshot of your References window showing the missing reference name?
  18. theDBguy

    Solved Need help with one of my Time Clock forms

    I didn't realize that is the case because in the screenshot you provided, I didn't see anything was disabled.
  19. theDBguy

    Solved Need help with one of my Time Clock forms

    Not sure how this happens but maybe you can modify the clockout button to force the user to also clockin before closing the form. Just a thought...
  20. theDBguy

    Solved popup & modal

    That surprises me. I'll have to try it out. Or, if you could post a sample db, that would be great.
Back
Top Bottom