Search results

  1. C

    need basic code for a message

    I am entering code into a module in excel. What code can I use that will for instance, say in all of column A, if it reads "OVERDUE" in any box because of some IF logic that is already in place, then I want an error message pops up and says, "There is a project that is now overdue."
  2. C

    Can I mail merge word 97 with access 2003?

    Can anyone think of any other issues that would come about by using access 2003 on a machine that has office 97 corporate edition installed. (I think its corp edition, atleast thats what I was told)
  3. C

    Can I mail merge word 97 with access 2003?

    I am wanting to do away with access 97 on a few computers here at work but we cant afford to buy everyone office 2003. Before I buy us access 2003 for a computer I need to know if word 97 will do a mail merge with access 2003. Or could I just buy Office 2003 package for the few computers and it...
  4. C

    Design Theory...using web pages as forms!

    Yea, I am getting that notion. I just dont have any idea how to do it before I tell my boss 'YES, I can do it...buy the $200 software..."
  5. C

    Design Theory...using web pages as forms!

    I dont know how to even do what they are asking for that task. They want me to use frontpage and I dont have it installed here at work... I only have access to frontpage at home to make small tweaks here and there.
  6. C

    Design Theory...using web pages as forms!

    I have access to a computer...I dont know what I was trying to say there. It was early :p Anyways, I dont understand how the database will work over the network with no other computer having 2003 on it??? We do have a SQL server and we have linux servers. I need a way to do this without using...
  7. C

    Design Theory...using web pages as forms!

    I dont have access to a computer...this file has to run on a network, and I found that with javascript I can make buttons and so forth that work like command buttons. What do you think? Is it feasable or going to be hard? Look at all the benifits for me also...being able to use access 2003 and...
  8. C

    Design Theory...using web pages as forms!

    has anyone done this? is it easy to make reports open without access 2003? How would I do that?
  9. C

    Design Theory...using web pages as forms!

    Here at work we have access 97. My idea is to present to my boss a new way to go about the database. I tell him we need a copy of access 2003 and I use the pages function in it to make html files for people to load on thier machine for the database. This should allow me to have the much needed...
  10. C

    Need to make a report list! Nothing seems to work...

    That did give me a nice usable list of all the reports but I need to have a listbox of all the table fields to do a group by assending on one of them per users request. Then I need to do a filter on all the data so it only shows data that they type in like company name, site name, etc... So in...
  11. C

    Need to make a report list! Nothing seems to work...

    Ill try that again...Im just at a loss here lol. This is like what the hold up is to get this project into implementation...:eek: Ill try that in a few after a meeting here.
  12. C

    Need to make a report list! Nothing seems to work...

    Ive been trying to make a form that has a report list for filtering. Everything I research and do just isnt working for me. Ive followed a video about it and visited these sites. http://www.fabalou.com/Access/Reports/filterreport.asp http://www.fgcu.edu/support/office2000/access/...
  13. C

    Need to make a report list! Nothing seems to work...

    Ive been trying to make a form that has a report list for filtering. Everything I research and do just isnt working for me. Ive followed a video about it and visited these sites. http://www.fabalou.com/Access/Reports/filterreport.asp http://www.fgcu.edu/support/office2000/access/...
  14. C

    Problem with simple date code!?!?

    Yea, can someone delete this, the forums seemed slow and I was having trouble that day.
  15. C

    Problem with simple date code!?!?

    I got this to work easily on another form but on this particular form it doesnt work. I enter a command button and name it d1, then I enter this code for it to populate the current date in the field next to the box: Private Sub d1_Click() Date_Entered.Value = Date End Sub Can anyone see why it...
  16. C

    Error with simple date entry!?!?

    I got this to work easily on another form but on this particular form it doesnt work. I enter a command button and name it d1, then I enter this code for it to populate the current date in the field next to the box: Private Sub d1_Click() Date_Entered.Value = Date End Sub Can anyone see why it...
  17. C

    How do I make a list of Links to my Reports?

    This forum is acting funny...seems to lag and when you press the reply button again it reposts ... Anyways, none of the code works for me...
  18. C

    How do I make a list of Links to my Reports?

    Tosses an error on a macro. There is no "Me" Macro... I have tried this one before and I think you left out a bunch of information I would need to do it right with 97 On top of the error, the object table is unhidden but there is no list of reports in my list box when I view it...
  19. C

    How do I make a list of Links to my Reports?

    Tosses an error on a macro. There is no "Me" Macro... I have tried this one before and I think you left out a bunch of information I would need to do it right with 97 On top of the error, the object table is unhidden but there is no list of reports in my list box when I view it...
  20. C

    How do I make a list of Links to my Reports?

    I am using 97 and have been running into problems with tutorials from microsoft since they are in 2000 format. Its not a big difference so maybe I just cant figure it out... Anyways, I wanted to make a list of the reports I had for the user to click on one and have it pop up. Anyone know how I...
Back
Top Bottom