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
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