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 Wanet Telecoms Ltd 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 Maggie24

  1. Maggie24

    Oracle Date Field -displaying in wierd date format (01/01-4713) help!!

    Hi all, I have imported a table from oracle to crystal reports, when i add my date field to my report the date is displayed in the format 01/01-4713, however when i browse to field data on the field, the correct data is displayed!! So I'm assuming perhaps i need a formula to format the date...
  2. Maggie24

    Inserting records one by one into a table -Object Required Error. HELP

    I can't believe i missed that! Thanks very much Bob! Maggie "Work is the curse of the drinking classes
  3. Maggie24

    Inserting records one by one into a table -Object Required Error. HELP

    Hi all, I have a piece of code which i know works where by I insert a record into a new table. I want to now insert a group of records (whicch are displayed in a list box - all are selected by default) into the table but i am getting a Debug Error - Object required when I try to do this. This...
  4. Maggie24

    Error - Object Variable or With Block Variable not set

    Hi Sean, I have tried that and unfortunately no joy. The code works on another machine, its just when i have copied down to my machine - it is not working, so maybe i am missing a reference or something?? Any help would be greatly appreciated!! Maggi "Work is the curse of the drinking classes
  5. Maggie24

    Error - Object Variable or With Block Variable not set

    Hi all, I am currently trying to step through code for a Batch Job which moves files from one folder to another. I am getting the error "Object Variable or With Block Variable not set" on the following line: Set oTagAttributes = oNodeBirthDetails.Attributes If anyone has experienced this...
  6. Maggie24

    Searching for a string in a directory of files - please help

    bjd4dc and Tom, Thanks for all your help, the code now works perfectly, Thanks again, Maggie "Work is the curse of the drinking classes
  7. Maggie24

    Searching for a string in a directory of files - please help

    Hi all, BJD - I have used you Instr code and it is working fine except for one small thing, in my program, if a file contains the strtoMatch it is copied to another folder and deleted from the original folder. The file is copied with no problems, however when i try to delete the file from the...
  8. Maggie24

    Searching for a string in a directory of files - please help

    Hi bjd4dc and m milan, thanks for responding, bjd4dc - thanks for your solution - it looks like it will definitely do the trick - i will let you know how i get on, again thanks for your time, Maggie "Work is the curse of the drinking classes
  9. Maggie24

    Searching for a string in a directory of files - please help

    Hi all, I want to search through about 100 files for a specific string - "Country code is invalid" which is contained in the text of the file, these are xml files. I am familiar and have been using the FSO to move and copy files but i just cannot find the property/object to search for a string...
  10. Maggie24

    My access search on 15000 records keeps crashing - help!

    Hi all, I have a query where by the user can enter in a description to bring back a number of records, when they enter in a single letter (which brings back about 14000) records my database crashes. This is my search query: SELECT tblProducts.[Product No], tblProducts.Updated...
  11. Maggie24

    Update query based on autnumber field problem

    Thank you Harold, I will try this. "Work is the curse of the drinking classes
  12. Maggie24

    Update query based on autnumber field problem

    Hi all, I have a form based on a table which has the Product No (autonumber) as the PK. i ahve an update query which will update fields in my table as follows: Update tblproducts set primary_material_no = '" & Combo59.Value & "' , secondary_material_no = '" & Cbo_subcategory.Value & "'...
  13. Maggie24

    is there an on record change property?

    Hi all, I have a simple form which was created based on a table. On my form I have an updated yes/no field which is filled when the record is updated. I want make a no of fields invisible if the record has not been updated. I need to check if the record has been updated each time i change a...
  14. Maggie24

    creating a select statement to select records from the last update

    Hello all, thank you all for your help and suggestions. Crowley 16's suggestion of declaring an array, and having a for loop, which adds the item being updated to that array did the trick for me, thanks a million Maggie "Work is the curse of the drinking classes
  15. Maggie24

    using a select stmt to retun values based on values in an array

    Thank you so much Crowley 16, That worked perfectly! Maggie "Work is the curse of the drinking classes

Part and Inventory Search

Back
Top