G Guest Jan 19, 2006 #1 I am trying to figure out how to apply a data from a list box and have it apply to all records in a form.
I am trying to figure out how to apply a data from a list box and have it apply to all records in a form.
J Joseph Meehan Jan 20, 2006 #3 greghil said: I am trying to figure out how to apply a data from a list box and have it apply to all records in a form. Click to expand... If you want to fill in a field in all the records in a table, you can use an update query. If you want to pre-populate fields of a new record, then you would normally use the default value feature in the table design. I am not sure what you really want to do and why you want to use a form to do it.
greghil said: I am trying to figure out how to apply a data from a list box and have it apply to all records in a form. Click to expand... If you want to fill in a field in all the records in a table, you can use an update query. If you want to pre-populate fields of a new record, then you would normally use the default value feature in the table design. I am not sure what you really want to do and why you want to use a form to do it.