Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Hi guuys, I try to copy number in

Status
Not open for further replies.

Guest_imported

New member
Jan 1, 1970
0
Hi guuys,
I try to copy number in an access field declared as text but it still give me a blank field. Did you have any clue.
I use this code

If IsNumeric(rec(fld.Name)) Then
.Fields(fld.Name) = IIf(IsNull(rec(fld.Name)), CStr(""), CStr(num))
The fact is rec(fld.Name) output a blank field

I'LL prechead your help.

Amel
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top