Insert New Record

  • Thread starter Greg McLandsborough
  • Start date
G

Greg McLandsborough

I am trying code a form to Create a new record, setting a string to one of
the feilds

The sting is concatenation of the "result of two combos on the form" and a
"a count of a filtered query"

I have two problems, firstly how do I return the value of the query count,
(there can be only one due to the filtering), so that I can use it in
Concatenated String?

and secondly, how do I insert this into a new record?

I'd appreciate any help.

Regards

Greg
 
Top