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. murkydurky

    Updating tbl from frm checkbox..no primary key

    if that last post seemed a little barbed PHV i didn't intend it to be. I've been fighting with this database for a week and I'm just trying to keep it basic. Once it's functioning properly we'll problalby be looking to SQL and leave access as a front end.
  2. murkydurky

    Updating tbl from frm checkbox..no primary key

    it just needs to subtract one when i click on it. Thank you, but I am familiar with the fundamentals of relational database design. I am trying to avoid redesigning the entire database because I would be hand keying old information for a week. I just want it to subtract "1" from a field that I...
  3. murkydurky

    Updating tbl from frm checkbox..no primary key

    okay here is the breakdown. This is a very SIMPLE database. I am thinking about just redoing the entire thing, but I would have a lot of data i would have to manually put back in.. tblBFT is the main table of this database. It contains the Yes/No checkbox fields that are on the form frmCables...
  4. murkydurky

    Updating tbl from frm checkbox..no primary key

    is there any kind of IF statement I could write to make this happen? (so far i haven't been successfull)
  5. murkydurky

    Updating tbl from frm checkbox..no primary key

    the two tables are not joined. The yes/no field does not belong to that quantity field. I just need it to deduct from that field when checked.
  6. murkydurky

    Updating tbl from frm checkbox..no primary key

    the field on the form with a checkbox is a Yes/No field in a different table. When it is checked I am trying to get it to subtract 1 from a different table. (forgive me, i'm attempting to repair a database that I didn't create)
  7. murkydurky

    Updating tbl from frm checkbox..no primary key

    didn't take it...VB got stuck at SET
  8. murkydurky

    Updating tbl from frm checkbox..no primary key

    i was debating whether i needed it or not. This table is a very simple inventory table. It just tells how many of each part we have. (300 11/32 screws, 100 power supplies, etc.) There isn't a good identifier for each record. Right now I have a checklist for each system these parts go into, and I...
  9. murkydurky

    Updating tbl from frm checkbox..no primary key

    i am attempting to update an inventory table from a checkbox on a form. The table does not have a primary key. All the checkbox needs to do is subtract 1 from the field when checked, and if accidentally checked, then unchecked needs to add the 1 back. Any help is appreciated!
  10. murkydurky

    unknown shutdown

    ya, it sounds like the CPU is overheating. Does the client have the PC inclosed in very tight quarters? (disrupting air flow) Possible in a very warm environment?

Part and Inventory Search

Back
Top