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
SSRS report Create a new data source for a parameter
How can I run/emulate IE 7 to access a site that only works for IE7
Batch file that does a file search and then if found executes a specific command on the file
Visual Basic Search and Replace through large text file
(NEWBIE)Visual Studio (Concurrent I/O operations error) (NEWBIE)
Need help in creating XML file
Sharing the same State object
Internet explorer wont open - After removing rouge malware
Macro (or something else) - Power Point - how to put my images as slides
Excel VBA count numbers and copy cell