Search results

  1. mkelly

    Editing text in a report

    Use a form linked to the text boxes on the report to change the text and then open the report using that information. View this thread http://www.access-programmers.co.uk/forums/showthread.php?t=91468
  2. mkelly

    Unmatched Query not working

    Thanks for the insight and the help!
  3. mkelly

    Unmatched Query not working

    I have a a table that changes monthly, and each month I need to find the records from the old table that are not in the new table and visa versa. I made the entire row in the table the key. and wrote two find unmatched queries. However, the queries are not finding all the information that is no...
  4. mkelly

    Can I use a pop up window to change the heading on a report

    Thanks Pat!! your the best Thanks Pat!! your the best
  5. mkelly

    Can I use a pop up window to change the heading on a report

    Sorry Pat my mistake I am using a linked table and just copied part of it in! See above problem this DB shows the error. thanks
  6. mkelly

    Can I use a pop up window to change the heading on a report

    Pat anyone can you tell me what I am doing wrong?? attached is a sample. attached is a sample can you tell me why the form will not populate the text box for the report (or the lables)??
  7. mkelly

    Can I use a pop up window to change the heading on a report

    I have a an employee table and am setting it up to print labels for different distribution lists. however sometimes the labels need to be marked "Confidential" or 'Conflicts" etc. Is there a way to have a pop up box open on report open with a pull down menu to pick the heading of the labels???
  8. mkelly

    Remove Duplicates but keep Uniqe identifyer??

    OK I got it must of had a brain fart I used an append query and made the four fields my key. thanks anyway...
  9. mkelly

    Remove Duplicates but keep Uniqe identifyer??

    I have a table of 50,000 reccords. The table has 8 fields of theses eight fields I want to remove duplicates based on 4 of the fields in a query. Is there a way I can do this and keep the uniqe identifyer so that after the duplicates are removed from those 4 fields I can match them back up with...
  10. mkelly

    Code help please!

    I have a button that runs a macro to insert NOW() into a text box. This is how it is coded; Private Sub Start_transferred_job_button_Click() On Error GoTo Err_Start_transferred_job_button_Click Dim stDocName As String stDocName = "Start transfered job" DoCmd.RunMacro stDocName...
  11. mkelly

    Generate E-mail

    here is a start This is a start to get you linked to your email system
  12. mkelly

    my query stopped working after 3 years???

    forgot the attachment!!! The buton runs a macro
  13. mkelly

    my query stopped working after 3 years???

    I have a burron to run a query that auto populates 'start time' with NOW(). It has worked for 3 years and now I get an error message see attached. The only thing I did was change the program fromm 2000 to 2002. any and all suggestions welcome. Thanks
  14. mkelly

    change now() to date in a query

    thanks for all the help but now that I am totally confused. If this is my SQL query: SELECT [Attorney Profiles].[Client Name], [Job Log in].[Client Number], [Job Log in].[Matter Number], [Job Log in].[Completed on Time], [Work Type].[Work Type], [Job Log in].[Number of Pages], [Job Log...
  15. mkelly

    change now() to date in a query

    thanks but I have one more stupid question. What do I put in (your date) ??
  16. mkelly

    change now() to date in a query

    I have a table with a "NOW()" field I need to change the now() to a Date() in a query so I can pull information by date values. Because of the time in the now() field it pulls incorrectly. I have tried this: cdate(int([job log in]![time qc totally complete])) this will give me what appears to...
  17. mkelly

    Why is this query un-updateable???

    all I did was change the program from 2000 to 2002
  18. mkelly

    Report calculations off

    Always willing to learn more
  19. mkelly

    Why is this query un-updateable???

    I am pulling data from tables into a query and running a form off of this. The form contains a macro on a button the when pushed places NOW() in to the start time field. it use to work but now it will not work on the form or query however, I can still update it in the table. I recieve an error...
  20. mkelly

    Report calculations off

    Thank You very much much appriciated just sorry I wasted so much of your time while I was sitting here having a brain fart..
Back
Top Bottom