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 SkipVought 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: *

  1. gadsbywc

    How Can I Add total Lines on a Report HELP!!!!

    I have a report with several memo fields, each with multiple lines. I tried as CosmoKramer explained and I get a prompt for the txtCount. When I removed the initialize out of the page header section, I only get "0".
  2. gadsbywc

    How do I code to calculate Age?

    Thanks, JimInks, That is quite possibly the best help yet!
  3. gadsbywc

    How do I code to calculate Age?

    Thanks to all. This is more help than I expected. I know I should've used a search first but, I wonder if all this would have been found unless I asked. Thanks again, Bill
  4. gadsbywc

    How do I code to calculate Age?

    Thanks, i may have had a dumb moment not to think of a search, but thanks for the reply.
  5. gadsbywc

    How do I code to calculate Age?

    I'm trying to create the code to subtract the "Date of Birth" from the "Current Date", and update the "AGE" field automatically after entering the DOB on a Form? The "Current Date" is entered automatically as the "Updated" field when creating a...
  6. gadsbywc

    Is Multi user Resolution Conflict possible w/Access?

    Thanks Michael, So I guess it wouldn't be possible to use several different versions of Ms. A across the 16 locations, right? Thanks again for the response. Bill
  7. gadsbywc

    Is Multi user Resolution Conflict possible w/Access?

    Does any one know if MS Access can handle "Resolution Conflict" with multiple users? I'm thinking of using MS Access to support multiple users from 16 different locations. But I plan to put the database on each of the individual PCs, while the tables (data source)are on a server and...
  8. gadsbywc

    How do I stop Duplicate records

    Thanks Mikey, if you're refering to the the column properties of the table, I've used it before. In the iSeries (AS/400) SQL, you can't. Thanks for your assistance.
  9. gadsbywc

    How do I stop Duplicate records

    I am working with SQL on the iSeries but, the sql is very much the same as Access. How do I prevent Duplicates by column. Thanks
  10. gadsbywc

    signon security

    Hey new9: This all sounds very helpful, could I also get a copy? Thanks, Bill bill.gadsby@co.bell.tx.us
  11. gadsbywc

    How do I close a form, programmatically if it has no data?

    Thanks FancyPrrairie, It worked perfect. I put it in the OnOpen event. Kudos to you! [thumbsup2]
  12. gadsbywc

    How do I close a form, programmatically if it has no data?

    I have a form that gets the data from a select query. The form is opened upon startup. I want the form to close immediately if the resulting query has no data. I have tried to use the "IsNull" on various controls of the form, with no response. The form remains open, with no data...
  13. gadsbywc

    How do I animate (make it "Flash") a control on a form, using XP?

    Thank you, Robert, this really helps. William C. Gadsy Jr. Programmer/Analyst bill.gadsby@co.bell.tx.us
  14. gadsbywc

    How do I animate (make it "Flash") a control on a form, using XP?

    I want to make a message (control) Flash the entire time the form is displayed. I tried to use visible = True & False commands, repeated, but it executes so fast you only see it once. I also need to open a form, and check if there is data. If there is no data, close the form. I've tried...

Part and Inventory Search

Back
Top