M
Mark
Table:
txt_ClientName(primary key) int_RatingA int_RatingB
Bob 3 4
Steve 5 9
Mike 9 7
query
aut_id txt_clientName Address
1 Bob Blah
2 Steve foo
3 Mike fooblah
*4 Mary hooplah
Is there a way in access to have a query or some sort of other set up
that if there is a client Added to the Query a similar record gets added
in the table with either blank or default values for ratingA and B?
thanks
mark
txt_ClientName(primary key) int_RatingA int_RatingB
Bob 3 4
Steve 5 9
Mike 9 7
query
aut_id txt_clientName Address
1 Bob Blah
2 Steve foo
3 Mike fooblah
*4 Mary hooplah
Is there a way in access to have a query or some sort of other set up
that if there is a client Added to the Query a similar record gets added
in the table with either blank or default values for ratingA and B?
thanks
mark