Access Newbie: Count and autofill

Tazlady34

Board Regular
Joined
Mar 6, 2003
Messages
56
The problem that I'm having with Access is that certain fields (i.e. LTV, Property Type, etc) are supposed to correlate with a score, depending on what is entered into that box. For example, under Property Type if a 1-2 Unit Building is chosen, it should say "1-2 Unit" in the field, but also add into a total score at the bottom of the page, 5 points. There are at least 12 fields like this on each form.

I am also not sure how to make a field auto fill if it has already been filled out once on a different part of the page. For example, the loan purpose is selected early on the form.
 

Excel Facts

Which lookup functions find a value equal or greater than the lookup value?
MATCH uses -1 to find larger value (lookup table must be sorted ZA). XLOOKUP uses 1 to find values greater and does not need to be sorted.
The field at the bottom should be set to add all the other fields. In its rowscource you would have something like
=[field1]+[field2]+[field3]
 
Upvote 0

Forum statistics

Threads
1,221,556
Messages
6,160,476
Members
451,649
Latest member
fahad_ibnfurjan

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top