Hello i have a access form on which there are multiple check boxes. all values that are checked will go in to the single field of DB.means if user selects 3 check boxes the the rexpective values like 1,2,3 will stored in that DB field and next tiem when user selects that record all check boxes...
Hello
I have created a form which has multiple tabs. Each tab containing control source from diffrent tables.
I want to assign form's Record source as a query so that when some one hits on save button the all data should be saved to respective tables.
Pleae tell me how can i write code for...