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

  • Users: Phideaux
  • Content: Threads
  • Order by date
  1. Phideaux

    problem with progressive date calculations

    I’ve been working on a query problem for several weeks and I’ve kept hitting a rock wall. HELP!! I have a preventative maintenance (P/M) program that calculates the number of days from the start date and generates a P/M work order. All of this works smoothly. My fields are: [start date] +...
  2. Phideaux

    complex conditional formatting question

    I am trying to use conditional formatting to solve a problem in a MS Access Form. I’m trying to turn a field’s conditional formatting on if a value passes a certain point based on the value set in another field. In this case it’s for Work Orders that have been open too long. Each work order...
  3. Phideaux

    Need code to put behind a button in access

    I need to come up with the correct code to put behind a button so that after the button is clicked one time the form will not display in the future when the DB opens. it's for a EULA agreement and displaying once at the first startup is what i'm looking for. At present this form will open...
  4. Phideaux

    i've lost the ability to enter a [ ] function on my queries

    for some reason i can't enter input when an input box for a query pops up. [ the one that looks for your input with these bracket boxes] i don't know if a software switch has been moved or what has happened. any thoughts will help. i can't figure what to do. when i go on the network and get into...
  5. Phideaux

    Help My Data base is locked up and showing a 3800 error code

    I need some good technical advive on this problem PLEASE help me solve this problem. 3 times in the last few days my data base has locked up and displayed the following message "AOIndex is not an index in this table" I've had to delete the data base the previous times and begin to...
  6. Phideaux

    Need coding for filter query... HELP. Been looking no success

    I'm Using MS ACCESS 2000 and I need to retrieve records having a descriprion field containing various words. It is a parts description field named "Descriprion" I've tried to insert variations of "LIKE" as a search perameter but that only works to a limited degree and won't...
  7. Phideaux

    Check Box Display problem

    I need to find a way to cause a form not to display if a check box on the form is checked. I only need to have the box show up once and if the box is not checked stop the program from operating untill the box is checked. It's for a EULA agreement at the first opening of the DAta base. I'm...
  8. Phideaux

    error message display.. what does it mean??

    when I try to close may Access 2000 db i get a message... what does it mean and how do i stop it?? Amessage pops up on close of the DB "Table 'TempMSysAccessObject' already exists." what does it mean and how do i g et it to stop coming up. this only started recently and i don't...
  9. Phideaux

    How do I run a query from a macro ?

    I've got a group of queries that perform needed update functions when my DB is closed or behind a few button clicks. all of the queries work fine individually. The problem i'm having is finding how to trigger these queries from a macro. any help is needed. I can't find the command from a...
  10. Phideaux

    having trouble causing macro to run append query, help

    I've got a group of queries that perform needed update functions when my DB is closed or behind a few button clicks. all of the queries work fine individually. The problem i'm having is finding how to trigger these queries from a macro. any help is needed. I can't find the command from a...
  11. Phideaux

    Exporting From Access to Outlook Task list?

    I'm trying to find a way to send the results of an Access Query and selected information fields to task lists for multiple topics in Outlook. Is that even possible? The overview of the situation: Information is gathered via an Access data base. After sorting with a query I need to transfer...
  12. Phideaux

    Can a form be sent from Access 2000 via Outlook as eMail?

    I need to send forms from Access 2000 via Outlook. It is a Work Order reciept and I've tried to find a way with no real success. The W/Os have a Outlook user name as one of the fields. An eMail address field is also available. There are 10 fields in all. I also want to automatically check a...
  13. Phideaux

    ? Export multiple dates from one table to another ?

    I need to export information from one table to another in the same data base. The information will be dates, ID#s and some other Identifing information. The problem is compounded by the fact that I don't need to copy duplicate records to the second table and the information will not be usefull...
  14. Phideaux

    Here's a real challenge. moving dates in a table when new date is add

    I am currently working on a feature that tracks task performance dates on a Preventative Maintenence program. My goal is to have a table that has performance dates for 5 different categories, covering the last 5 years. I need to enter a new performance date in to the table and as the...
  15. Phideaux

    COnverted Access 2000 to MDE how to keep others out of objects?

    I've completed developing a access 2000 db., converted it to MDE. Now how do I keep casual users from poking around and looking at tables and other objects or viewing the structure of the DB? This part of db developement is completely new for me, ANY help will be sincerely apreciated and...
  16. Phideaux

    calculating day of week from a date?

    i need to calculate the day of the week (Monday, Tuesday and so on) from the calendar date. how can I do it and have it displayed on a form in a field? thanks for the help in advance! Phideaux The mind is the best toy. Play with someone else's often
  17. Phideaux

    how to put password on a button

    I need to put a password on a bush button. in fact i need to put different passwords on 3 buttons on the same form. I've read up on puting a password on a form and done that to slove some one of the barriers i'm encountering, but i'm doing something wrong when it comes to putting a password on...
  18. Phideaux

    Need to find a better method than an Append query for Access

    at present i'm using an append query to write from one Access DB to another having the same tables names. something in the relationship structure of the tables is causing a null conversion error. i intend to move data from my original db to a newer and better version as it is developed. what...
  19. Phideaux

    Need to insert multiple values from form to table on button click synt

    I'm using this line of code initiated by a button click to move information displayed on a form to a table to initiate a work order. DoCmd.RunSQL "Insert Into WorkOrders(MaintCntl)Values('" & Me!MaintCntl & "')" This works well but i'd like to improve my operation and...
  20. Phideaux

    How do i enter todays date by using a function key

    I need to enter todays date in various MS Access forms by using a function key.( say "F12" or "Cntl F Something" ) is there any way to use a VB code that will make it possible to enter todays date in any place needed while running the application or in lines of text or...

Part and Inventory Search

Back
Top