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 strongm 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. spider8

    How to chosse query fields from list box

    Thanks-this code is pretty cool too--This could come in handy when I'm contruccting the "where" variables in my code.I'm grateful for the input!
  2. spider8

    How to chosse query fields from list box

    My Apologies--it turned out to be several days before I could even return to this issue (for a variety of reasons)WayneRyan, you out me on the right track, and I finally knucked down and learned how to write the SQL in code myself. Here is what I came up with so far, and happily, it works: Dim...
  3. spider8

    How to chosse query fields from list box

    HI, I have a user that wants his own query wizard of sorts. Does anyone know the easiest way to have users run their own queries based on field names they choose, say, from a list box? In other words, they need to be able to choose which fields they want, not just filter given fields by a set...
  4. spider8

    Replace Function for all fields in Table

    Oh, This does look promising--just the type of procedure I've been trying to write but not succeeding at... I am getting a "Type mistmatch" error on For Each fld In dbs.TableDefs(table).Fields But I'll keep trying...
  5. spider8

    Replace Function for all fields in Table

    Thanks-- I was trying to get around having to write a separate query for each field (I do have a bunch of them now, but I have a bunch more to write, I guess) but if that's still the simplest option, then I guess I'll have to write a whole bunch of queries and then set up a macro to run them...
  6. spider8

    Replace Function for all fields in Table

    HI, I am trying to find the easiest way to clean out all chr(10) and chr(13) from a table with alot of fields. The replace function works, but I can only update one field at a time with that (at least the way I'm doing it). I also tried the switch function, but something must be wrong with my...
  7. spider8

    Chart/Graph Problem with X Axis

    Thank you for the suggestion :) That does post does look like it will ehlp me some, at least to better understand what I am working with--thx again
  8. spider8

    Chart/Graph Problem with X Axis

    HI, This seems like it should be simple, but I guess I'm just woefully inexperienced with charts, nor am I a very experienced coder either (I can code some though). Here is my data exmple: Employee Skill A Skill B Bob 22 18 Mary 19 24 Rating A might be the y...
  9. spider8

    Access references change - Help!

    Maybe your lowest DAO reference library on win2k is still higher than your higest DAO reference library on Win95? You could either install a lower reference on win 2k (we did something like that, but it was actually on an NT, not win2k), or go with different front ends, as suggested...I had to...
  10. spider8

    Opening an Multi-user secured Access 97 database with Access 2000

    Yes, very good, I see what you are saying about creating another front end for the 2000 users--feel very silly that I didn't think of that myself! I still think Microsoft should have made it so that another front end wasn't necessary, but at least, as solutions go, it shouldn't be that hard to...
  11. spider8

    Opening an Multi-user secured Access 97 database with Access 2000

    Hi There, I have a user -level secured Access 97 database, which has to stay in Access 97 because most of my users are still in Access 97. However, I do have few who use Access 2000. I've got shortcuts, bat files, etc working to where their Access 2000 program goes through the correct workgoup...
  12. spider8

    Why should an AutoNumber field NOT be used as a primary key?

    HI, I usually don't use autonumbers as primary keys because, as the "aside" statement indicates, there usually is nothing to prevent a duplicate record from being entered in an autonumber as primary key situation. Since autonumber generates a new number every time a new record is...
  13. spider8

    Stopping NextRecord Procedure from adding a new record.

    You should be able to remove the navigation buttons in the format tab of the properties section of the form.(set navigation buttons property to "no") As for your code problem, I am having the same problem. I am trying to do something like this: (this is incomplete code, "eof&quot...

Part and Inventory Search

Back
Top