Microsoft
Software
Hardware
Network
Question : Access 2007 Linked to Sharepoint with Drop-downs - type mismatch
Hi,
I have a sharepoint list. A column in this list is the input for a column in another sharepoint list, via a drop-down. When I link this second list to my access database, it calls the data type for the field a number, whereas it was text data that was being selected in the drop-down. Is there any way I can force access to recognize the items selected from the drop-down list as text? I'm getting type mismatches!
Thanks so much!!!
JC_Lives
Answer : Access 2007 Linked to Sharepoint with Drop-downs - type mismatch
Values retrieved from list- or comboboxes are always text.
Either convert the value retrieved to a numeric:
= Val(YourRetrievedValue)
or convert the values to filter to text with CStr:
CStr(YourNumericField)
/gustav
Random Solutions
C# copy files from one folder to another
lotus notes for windows 98
Windows Update returns Error 403 forbidden
SCCM Dependancy on NetBios
Windows Vista Home Premium Password Issue
how to get MS Access query "description" text field via VBA
Visual Basic .net 2008 desktop app crashes on startup on Windows 7 64 Bit
Installing Windows XP on a laptop with Vista
My outlook has 4 email accounts and I receive a copy per account, I need to receive 1 email, not 4
Hosted Exchange - possible to cache passwords?