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 Chris Miller 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. Gash13

    searching and displaying Field name

    Yep, you were right. I removed "Exit Do" and changed "basFind = fldList(Idx)" to "basFind = basFind & " " & fldList(Idx)" Works great... Also, once I got rid of the null values in the cells it Goes through the whole table. Thanks for the Help..
  2. Gash13

    searching and displaying Field name

    I need to be able to search a small table and return the field names that the data is found in. (I know this is highly unusual-- but I still need to do it for an existing datatbase) The script below was given to me in another post.--Which I'm greatful for.(At least I know it can be done) It...
  3. Gash13

    Searching for info and displaying field name

    Also I notice it gets hung up on empty fields. Anyway to fix that? Once again, thank you...
  4. Gash13

    Searching for info and displaying field name

    I think this will work. It works great when I manually put the "token" in. "=basfind("table","studentname")" I'm having a problem getting a form to put the token in. On the form I have a dropdowm box with the list of names (It pulls them from another...
  5. Gash13

    Setting up tables

    I would greatly appreciate the examples. My e-mail is appleton@odsy.net I do understand how you are explaining I should set it up. I did start that way, but I ran into some problems, so I switched to the way I have it now. If you will send your e-mail address I could send you my database so...
  6. Gash13

    Setting up tables

    The last part didn't come out right. Can you put multiple entries in one field on a single row.
  7. Gash13

    Setting up tables

    I need to be able to see the whole schedule (instructors and open and occupied time slots by day) when assigning students their time slot. I have roughly 10 instructors and around 100+ students. Only two students can be with an instructor at one time. I know it is a mess. It is hard to explain...
  8. Gash13

    Setting up tables

    Need some advice on how to get started. I have three variables. "Instructor","Student",and "Time" The instructors and students can/will change. The times will remain the same. This is my setup now. I have a table that has the first field as...
  9. Gash13

    Report says can't find field

    I pulled it from a query. I have other forms pulling it from the same query throughout the database. They all see it and pull it fine. Reports on the other hand give me the error. Yes, I've tried selecting it from the drop down box. (And the report wizard) -- Same error. I even deleted and...
  10. Gash13

    Report says can't find field

    I made a report with the report wizard. The field is displayed in the wizard and the drop down of the control source. I get an error "Can't find the field". It says the field might have been deleted or misspelled, but it is right there in plain view. Any idea?
  11. Gash13

    Searching for info and displaying field name

    Is there a way to query a table for specific information and then just have it display the field name only, where it was located. I can do the query part.
  12. Gash13

    combining fields

    Thanks. That was simple enough...
  13. Gash13

    combining fields

    I have a large table that I imported into an Access (97) database. Everything is working great, However I need to combine two of the table's fields into one field. (Or I'll have to re-enter all the information by hand.) For example: Field 1 is "LastName", Field 2 is...

Part and Inventory Search

Back
Top