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

  1. KeRouAZY

    Access not indexing imports

    Thanks Hap007... some times the best answer is what is looking you in the face the entire time. Your advice was not exactly what I was looking for, but it helped me get there. I think that it must be a bug, because if Access allows you to specify the indexing in the import specs, it should...
  2. KeRouAZY

    Access not indexing imports

    I tried it on a copy. It does not work. It only seems to work if I import them without using a macro, code, or form. weird. Would this be a bug? or another microsoft feature? -Bill
  3. KeRouAZY

    Access not indexing imports

    No, I have not tried doing it through scripting, just the macros. I know I could do the VB Script way, but I did not know if it would make a difference on the indexing. Maybe this Monday I'll make a copy of the database and run that to import one of the tables as well. just to compare the...
  4. KeRouAZY

    Access not indexing imports

    Hello, I did not see this answered in the archives. Here is my problem. Every monday I import text files into Access databases using a macro. I have the import specifications set to import everything in the format I need it. I also have some of the fields indexed (duplicates ok). The...
  5. KeRouAZY

    Making a single page reload back into its frame?

    There is a way with cookies, but if they do not accept the cookie, then your page will still not load correctly. There is a tutorial that explains how this works without cookies. I did not write it, but I have used it quite a few times. Here is the URL...
  6. KeRouAZY

    Previous Record Fill?

    I think I got it... I made the code a module... Then I had a macro to run the module... Is this a good way of doing it? Hope so, It does work... Thanks again for all your help.
  7. KeRouAZY

    Previous Record Fill?

    I think that I am the one who is braindead here...... And I should have mentioned, I'm a newbie... would this be through a query? A module? How would I set this up and get it to run... Thanks for all your help...
  8. KeRouAZY

    Previous Record Fill?

    Hi, I have a database, based on an import of a text file in which the output looks like the following format field 1 field 2 Field 3 Field 4 page 1 <Null> <Null> <Null> <Null> &quot;Item 1&quot; &quot;Desc. 1&quot; &quot;Price&quot; <Null> &quot;Item 2&quot; &quot;Desc...

Part and Inventory Search

Back
Top