bluedollar
Programmer
In VBA how do you check to see if a record exists? For example (pseudo code):
SQL = "select quote_num from progress where (progress.quote_num = [forms]![sf01]![txt_quote_num].value)"
runsql(SQL)
If SQL = null then
do something
else
do something else
end if
Any help would be greatly apprecaited
Thanks
Dan
SQL = "select quote_num from progress where (progress.quote_num = [forms]![sf01]![txt_quote_num].value)"
runsql(SQL)
If SQL = null then
do something
else
do something else
end if
Any help would be greatly apprecaited
Thanks
Dan