ID valule not Working

N

Nbene

Next to the ContactId on frmContactsList i put another text box with
=[Contactid] in it

The ContactId value with source contact id = ID number (CORRECT)

HOWEVER

The text box with =[contactid] comes up wth ෵ઑ?䪻芽쫷躥躧 (WRONG)

So when i pass the contactid it can not find the file, it expects an
input.

This text although garbled is unique to that contact.

So when i have been trying to pass contactid it passes the WRONG text.
I thought i was passing the id in the wrong way but i was passing the
wrong data.

I can not change it though. When i try it keeps on passing the WRONG
data.

Any thoughts!
 
N

Nbene

Next to the ContactId on frmContactsList i put another text box with
=[Contactid] in it

The ContactId value with source contact id = ID number (CORRECT)

HOWEVER

The text box with =[contactid] comes up wth  ෵ઑ?䪻芽쫷躥躧 (WRONG)

So when i pass the contactid it can not find the file, it expects an
input.

This text although garbled is unique to that contact.

So when i have been trying to pass contactid it passes the WRONG text.
I thought i was passing the id in the wrong way but i was passing the
wrong data.

I can not change it though. When i try it keeps on passing the WRONG
data.

Any thoughts!

FIXED -


ID was replicated, have changed to long integer - works now
 
Top