S
SIN
hi,
i dont understand why i have that type of error, because colume have the
same data type (number).
thanks,
currencySQL = "SELECT * from Currencys "
currencySQL = currencySQL & " where Currency_id = '" & Me!Currency_Id & "'"
Set rsCurrency = dbs.OpenRecordset(currencySQL)
i dont understand why i have that type of error, because colume have the
same data type (number).
thanks,
currencySQL = "SELECT * from Currencys "
currencySQL = currencySQL & " where Currency_id = '" & Me!Currency_Id & "'"
Set rsCurrency = dbs.OpenRecordset(currencySQL)