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 SkipVought 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. galileeian

    Standard, saved text import?

    There is an import text makro that you can set up. Probably best to import once manually, then set the makro to import into the table you created
  2. galileeian

    Dealing with an autonumber linked field after data corruption

    Im not sure if this suggestion is practicle: You are not able to delete the corrupted record, but if you can change a value in one of the fields to read 'corrupted' of someother kind of flag then you can create a query that selects everything from this table except flagged rows. You would then...
  3. galileeian

    Populating a List box

    I would suggest the easyest way of doing this would be to create a table to hold the values for the list box. You can then use the button to add a new value to the list box, then display it in the list box by re querying the list box ian
  4. galileeian

    Corupt 1st & 3rd records?

    Having seen the database it seems that for some reason the code was not finding a match for the 3rd person. When no match was found the first record was being returned. As a further note each patient had a unique SSN number attached to them. This makes a much better string to search on, since...
  5. galileeian

    getting records between 2 dates

    It should be possible. I think the easiest way would be with sql, using a nested sql statement. Firstly write the SQL, or use query builder so that you have a query that gives the information between two dates, one of these can be from the form, and another would be a parameter. Now you need...
  6. galileeian

    Bringing Excel worksheet data into a Temp Table

    you may find it easyer to create the table yourself manually. You can then delete all the rows in one query, then import the data in the next query.
  7. galileeian

    Simple Question: How to link windows folder in a record

    have you tried adding a row of type hyperlink on your table. This would allow you to display a hyperlink to the folder.

Part and Inventory Search

Back
Top