I have a database and want to create a query to join a number column with a currency column. The first column is a number with double format (e.g. 3.3455 or 5.6). The second column is a currency column (e.g. CHF or EUR). If I just use a simple command such as NUMCUR = NUM1 & CUR2, then I will...