I have a form which has the year and month fields in number from the table, but I want to add a field in the table, so it can insert the year month together which look like this, YYYYMM.
In the form, I have combine them using control source, =[year] & "" & [month] into 1 field, but how do I insert the unbound combine value into the table? I don't know how to bound them.