- Local time
- Today, 07:18
- Joined
- Sep 12, 2006
- Messages
- 16,012
david
without checking, i've probably done something similar to bob
i've added greyed textboxes to your form ASK to store the calcs, so you can see what's happening
I also based the form on a query so you can see the patient name,
and as bob said changed the stored scores to double rather than long datatype so they store the calc's properly.
i'm updating the stored calcs inthe form before update event. Look at the code behind the form ASK.
View attachment DatabaseDG.zip
without checking, i've probably done something similar to bob
i've added greyed textboxes to your form ASK to store the calcs, so you can see what's happening
I also based the form on a query so you can see the patient name,
and as bob said changed the stored scores to double rather than long datatype so they store the calc's properly.
i'm updating the stored calcs inthe form before update event. Look at the code behind the form ASK.
View attachment DatabaseDG.zip