Recent content by theDBguy

  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!
Back
Top Bottom