Change feild value table

marzook

New member
Local time
Today, 10:58
Joined
Feb 12, 2009
Messages
3
How to change value of records on a designated field,

the table tbleattendance has the fields emplnumber,name,Date,AttendanceType,etc...

the a attendacneType field has the value Present,absent...etc, what i need i want to change the attendaceType value for all employee using form. And form have a commen Combobox for changing the AttendanceType value. once i change the common combobox value its need to be updated on Attendancetype for all records by changing there current values

Form screenshot attached

Please advise............
 

Attachments

Re: Change field value table

Anyone to help please......


How to change value of records on a designated field,

the table tbleattendance has the fields emplnumber,name,Date,AttendanceType,etc...

the a attendacneType field has the value Present,absent...etc, what i need i want to change the attendaceType value for all employee using form. And form have a commen Combobox for changing the AttendanceType value. once i change the common combobox value its need to be updated on Attendancetype for all records by changing there current values

Form screenshot attached

Please advise............
 
Have you considered using an Update query using parameters from the form?
 
Use the information from your form to build an Update query to make the changes you require then run the query from your code.

See Access help for more info on Update queries.
 

Users who are viewing this thread

Back
Top Bottom