I understand that you can add an asterisk to a preexisting list (Query or
Value List) in a combo box by using a UNION query in the rowsource properties
to append the items already in the list with an asterisk as the first item.
Re: Adding an asterisk to the list of items already in a combo box ...Michael... >>> Value List) in a combo box by using a UNION query in the rowsource properties ... >>> to append the items already in the list with an asterisk as the first item. ... >> FROM table1... (microsoft.public.access.queries)
Adding an asterisk to the list of items already in a combo box ... Value List) in a combo box by using a UNION query in the rowsource properties ... to append the items already in the list with an asterisk as the first item. ...Prev by Date: ... (microsoft.public.access.developers.toolkitode)
Re: Adding an asterisk to the list of items already in a combo box ... I'm getting the Field Name/Header... and the asterisk isn't ... >> Value List) in a combo box by using a UNION query in the rowsource properties ... > FROM table1... (microsoft.public.access.queries)
Re: Union Query used for make-Table! ... Why not save the UNION query, then make a separate make-table query based on ... already exists, and append it. ...Prev by Date: ... (microsoft.public.access.queries)
RE: Simulating A Full Outer Join in Access from 3 Tables ... If the objective is to append the data in all 3 external tables to one ... destination table and the number of columns is not the same, a Union query... Access and the number of feilds in each file changes with each import ... technicals LEFT JOIN boe ON technicals.date=boe.date; ... (microsoft.public.access.queries)