
I have to say, so far I am very impressed with Dataface. WOW! So many good things come out of Canada. Of course, like a typical clueless American, I have no idea what they are... But I DO know they exist.
kudos to our northern neighbor!
Now I have a problem. I work in a public school int the Adult Basic Education department. I am setting up a relational database to manage student data for pit ESL program.
for example, I have a table that stores sites (It's a big school district with several adult schools), and I have a table that stores classes. There is a one to many relationship where the sites are the source table, and the classes are the destination table. (Of course a site has many classes, but classes don't meet at more than one site) When I try to add classes through the site table, I click the add record to program classes link
and get the fields I set up (except the keys which i hid):
class level: 2b
class section: 30
class term: fall
class term year: 2006
class room: 324
Then I hit save, and I get the same form:
class level: 2b
class section: 30
class term: fall
**class term year: 0000
class room: 324
Class term yyear reverts to the default value, and the record does not save. Insights?
Nathan

Now I have a problem. I work in a public school int the Adult Basic Education department. I am setting up a relational database to manage student data for pit ESL program.
for example, I have a table that stores sites (It's a big school district with several adult schools), and I have a table that stores classes. There is a one to many relationship where the sites are the source table, and the classes are the destination table. (Of course a site has many classes, but classes don't meet at more than one site) When I try to add classes through the site table, I click the add record to program classes link
and get the fields I set up (except the keys which i hid):
class level: 2b
class section: 30
class term: fall
class term year: 2006
class room: 324
Then I hit save, and I get the same form:
class level: 2b
class section: 30
class term: fall
**class term year: 0000
class room: 324
Class term yyear reverts to the default value, and the record does not save. Insights?
Nathan