I want to populate a field in a table from a field on my form but I want to add to the data, is that posible? For example, the BillNo on my form reads: 2000031039134MAP, I want it to populate with: 2000031039134MAPR. I tried the following but neither one of them worked. Any help would be appreciated.
rstAddNew
rstHeaders![BillNo] = Me![txtBillNo] AND "R"
rstHeaders![BillNo]= " Me![txtBillNo] AND R "
rstAddNew
rstHeaders![BillNo] = Me![txtBillNo] AND "R"
rstHeaders![BillNo]= " Me![txtBillNo] AND R "