Search results

  1. J

    Truncate last Character if its "/"

    That did it. Thanks bunches!!!!!!!
  2. J

    Truncate last Character if its "/"

    I have a statement in an update query that I have gathering some data frm a table. I'd like to get the first 16 characters and if the last on is a "/" remove the "/" how is this done. Here is the statement: UPDATE ElecTrayFitting SET ElecTrayFitting.Name = Left([ElecTrayFitting.Name],16)...
  3. J

    OK Button

    Thanks, that did it.....
  4. J

    OK Button

    I don't think that will help, the OK button is a windows "OK". When I launch the print routine in my module a print dialog pops up and I just want to have that automatically hit the ok button and print a report, it is not one that is programmed. Thanks, Jimee
  5. J

    OK Button

    I am trying to pass a return in a VBA program that is printing multiple reports. I have evertyhing automated except clicking the ok button. Anyone know how to do that?
  6. J

    New field

    Thank You Thanks. That did the trick
  7. J

    New field

    The same value all the way through The same value all the way through
  8. J

    New field

    I have a new field I havbe added to a table. How can I retroactively fill in the records automatically?
  9. J

    I am trying to compare tables

    It is a real world challenge. Ther Rev_id is not really a prt of the orriginal database. Is it possible to do what is needed without that table. I'll send a virgin copy. 1. There are 2 tables with Identical fields. There are no unique fields, but one is from a database from some point...
  10. J

    I am trying to compare tables

    That is close. What I need, is for this query to tell me what is different about the two tables. 1. If something is in one but not the other. 2. If a quantity has changed. Basically if there are any differences. I have attached the database with some differences.
  11. J

    I am trying to compare tables

    Actually, I want to show the difference between the two tables.
  12. J

    I am trying to compare tables

    I want an expression that will display data from fields only if they are different. Any suggestions? I have attached my database and the query is "A Query" Thanks....
  13. J

    Compare Data

    Here is a copy of the database w/ the two tables. I need a report that identifies the different qty
  14. J

    Compare Data

    Yes,
  15. J

    Compare Data

    I have a database that gathers and coalates data from hundreds of individual databases. What I need to do is find a way to compare the data from one point in time to another. What I am going to do is initially run the coaliting database and name it Rev_A. Then at some point in the future we...
  16. J

    Multiple Table find

    One of my tables / fields is location / locations. Should the code looke like this for my scenario? vField = "locations" vTable = "Location" If so, When I run it I get both success and error. Here is my MDB. There is a test form called "Find". What I am trying to do is search all tables...
  17. J

    Multiple Table find

    I got a Run-Time error 3463 - Data type mismatch in criteria expression. on the following line: rs.FindFirst "[" & vField & "] = " & strCriteria & ""
  18. J

    Multiple Table find

    Yes, Please help w/ the code. I have some VB skills, but not a pro. THANKS:D
  19. J

    Multiple Table find

    I have a form that has multiple tables that git filled in. Is there a way to use a find button and find a record by searching multiple tables at one time?
  20. J

    Printing Default to 11x17

    Is there a way to have a report default to print 11x17?
Back
Top Bottom