G
Guest
I have two tables. One table called listing, that has one field as an ID and
key field and four data fields (text). I have another table called findings
with 7 fields. The findings table has one field as the ID & Key field, a
field which is a combo box that selects the value I am looking for from
listing. I have three other fields in findings table that I want to
populate after the combo box choice is selected, automatcally, with the
coresponding data from the fields in listing and place them in these three
fields in findings.
The findings table has two other fields, one called findings(memo type) and
the other recomendations (memo type). This may not be the way to desing
the db, but I am creating a database to use for reporting on HIPAA audits
and I just do not want to type or select a lot of information each time I go
to write up a finding. Anyone got some ideas? Programing is not my bag
anymore.
key field and four data fields (text). I have another table called findings
with 7 fields. The findings table has one field as the ID & Key field, a
field which is a combo box that selects the value I am looking for from
listing. I have three other fields in findings table that I want to
populate after the combo box choice is selected, automatcally, with the
coresponding data from the fields in listing and place them in these three
fields in findings.
The findings table has two other fields, one called findings(memo type) and
the other recomendations (memo type). This may not be the way to desing
the db, but I am creating a database to use for reporting on HIPAA audits
and I just do not want to type or select a lot of information each time I go
to write up a finding. Anyone got some ideas? Programing is not my bag
anymore.