Recent content by atom0007

  1. A

    Programatically change control position

    It's definitlely relational, there are about 30 underlying MySQL tables linked through ODBC My people table (really a query recordset) would be ID .............Name................Location 1................Andrew.............Shower 2................Timmy................Bed...
  2. A

    Using a checkbox to get a value from a table.

    Hi , Are you sure you want 2 check boxes, and not an option control? Sounds like you can have either "weight 1" or "weight 2". But I am not convinced you want an extra field - the value in this field is easily calculated from the other existing 4 fields, and so this doesn't make for...
  3. A

    Programatically change control position

    Hello world I have a database table called "people" with a field called "location". There are hundreds of records in that table. Example values in "location" would be: bed breakfast car work lunch shower etc (PS, I am not big brother!) I would like a very visual way of showing where...
Back
Top Bottom