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 bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by fixious

  1. fixious

    Email list

    I settled for a simple SendObject put behind a command button for now but that doesn't give me the ability to add names to the Recipents line. I.E. If I have a max of 10 people on a list but only want to pick out a few or couple. Thanks for your time too.
  2. fixious

    Email list

    Hello..The problem Im running into is I want a list of email addresses and when clicked these are the people this email will go to. If I only want to send it to one so be it but I want to be able to send it to everyone I click on. Any ideas or suggestions. This will be going into my database...
  3. fixious

    DateRange

    Any ideas on this. Thanks for your time and patience with me also..
  4. fixious

    How to run a calculation if check box is NOT checked

    I used the below code in the OnClick event of the check box. Private Sub Check384_Click() If Me.Check384 = False Then Me.YFDue = DateAdd("yyyy", 10, [Yellow Fever Taken]) Else Me.YFDue = "Exempt" End If End Sub The problem being I had to change my YF due to an...
  5. fixious

    DateRange

    SELECT Individual.Name, Individual.Rank, Individual.Flight, Individual.Anthrax, DateAdd("yyyy",10,[Yellow Fever Taken]) AS [Yellow Fever], DateAdd("yyyy",10,[Tetanus Diptheria Taken]) AS [Tetanus Diptheria], DateAdd("m",6,[Yellow Fever Taken]) AS [Hepatitis A]...
  6. fixious

    DateRange

    You want the code for my table? Newbie here..sorry
  7. fixious

    DateRange

    Thanks I'll give it a shot. I have many more small problems like this I still stumped on buy I don't want to hoard your time because Im learning slowly but if you want to answer them please and thank you. 1) Biggest problem of all- I have a query based on all of the shot due dates and...
  8. fixious

    DateRange

    I have a text box that I want enter in a firing date. If this date is between Jan 1 - Jun 30 then I want the expiration date to be Jun 30 but if its between Jul 1 Dec 31 then I want the expiration date to show Dec 31. Is there a way I can do this?
  9. fixious

    Report based on Expiration Dates

    How do I do this query, really basic member here. Thanks
  10. fixious

    CD R/RW drive not showing up/responding..

    Internal CD RW. Intermittently shows up still. How do I check and see if BIOS is set up on Auto? Appreciate your help..
  11. fixious

    CD R/RW drive not showing up/responding..

    I started up in Safe mode and the exclamination point went away. What does this mean. Normal mode the exclaimation comes back. Thanks
  12. fixious

    PCI error code 28?

    Under other devices I get this error code and can't update the driver. Any ideas? I am also stumped on my CD drives as they come and go as far as being recoginized by windows. Thank you in advance..
  13. fixious

    CD R/RW drive not showing up/responding..

    Sometimes after boot up my CD R/RW drive shows up but most of the time it does not. The other CD-ROM drive shows up. Any ideas. Thank you for your inputs. Dave
  14. fixious

    Message on bootup

    Sorry, Realized I wasn't in the ME forum. Thought I may get different responses. Thank you.. I will keep abreast.
  15. fixious

    Message on bootup

    I receive this message while booting up. "The following configuration has been automatically updated. Disk 1 xxxxx mg, Disk 3 xxxx mg." Sometimes it will show just Disk 1 and sometimes it will show Disk 1, Disk 3, and Disk 4. I already dumped everything preparing for a clean install...

Part and Inventory Search

Back
Top