I need to check the "name value" in Combo Box against an existing "name
value" in a different table to see if they match. If they don't match I want
to display a message and not allow the name to be changed.
ComboBox Name = cboEmp_Name
Control Source = Employees_ID
Re: ComboBox Values to TextBox ... then in the Task text box Control source choose the field from the table ... The combobox is bound to the field and the value is populated ... The data in columnneeds to populate the field ...Bound field works great but I have now foun a need to have 2 fields ... (microsoft.public.access.forms)
Filtering Query based on field values ... The form is used to register hours worked by temporary employees in a table ... Next I use a combobox Select_Week to select the week that they did their work ... For this I have setup a large table WEEKS with all weeknumber (and dates ... I tried to check for empty values in the Enddate field, but for now, having ... (microsoft.public.access.forms)
Filtering Query based on field values ... The form is used to register hours worked by temporary employees in a table ... Next I use a combobox Select_Week to select the week that they did their work ... For this I have setup a large table WEEKS with all weeknumber (and dates ... I tried to check for empty values in the Enddate field, but for now, having ... (microsoft.public.access.forms)
Re: Combo Box data to Table Problem ... The combobox should have your lookups in the rowsource property, ... bound to the field in the table you wish to populate in the Control Source... I have 6 combo boxes on my Form-Audit Receipt Input Form whose record ... (microsoft.public.access.forms)
Re: Combo Box Fun ... My control source is displayed on my ... Since your ComboBox will populate 4 other fields, ... as rowsource for the combo should have 5 or 6 columns. ... you will also have to set the ControlSource property.... (microsoft.public.access.forms)