lookforsmt
Registered User.
- Local time
- Today, 06:22
- Joined
- Dec 26, 2011
- Messages
- 672
Hi All,
I am having trouble finding a solution to my problem on the internet.
I am trying to input a text field(MICR_code) on form(frm_scan_MICR) which is linked to a table(tbl_linkchq....)
My input is via scanner. It picks up extra characters which through
function (ReplaceChars) gives me 25 digits clean data which is concatenated
with date (ddmmyy) to make it 31 digits in field MICR
i am trying to acheive 2 things here
a) inputted text to be inserted in another field and
b) the inserted text to be validated with data from another table
My challenge is to get the (a) accomplished via vba code.
As soon as i scan the MICR_code it should populate the MICR and insert it in that field.
The subform recordsource is query so it displays the MICR on the form but it does not write the details on the table.
If i keep the recordsource to table then the MICR field is blank which is required for validation to achieve (b)
i am attaching my db if anyone can suggest me a better way of doing this.
Thanks
I am having trouble finding a solution to my problem on the internet.
I am trying to input a text field(MICR_code) on form(frm_scan_MICR) which is linked to a table(tbl_linkchq....)
My input is via scanner. It picks up extra characters which through
function (ReplaceChars) gives me 25 digits clean data which is concatenated
with date (ddmmyy) to make it 31 digits in field MICR
i am trying to acheive 2 things here
a) inputted text to be inserted in another field and
b) the inserted text to be validated with data from another table
My challenge is to get the (a) accomplished via vba code.
As soon as i scan the MICR_code it should populate the MICR and insert it in that field.
The subform recordsource is query so it displays the MICR on the form but it does not write the details on the table.
If i keep the recordsource to table then the MICR field is blank which is required for validation to achieve (b)
i am attaching my db if anyone can suggest me a better way of doing this.
Thanks