0
votes
2answers
167 views

How Can I create simple database in list Sharepoint Fundation?

How I can create simple database for example vacation request in SP list? It will looks like that: I create probably two list. In first list is vacation days people and on the second list is vacation ...
0
votes
0answers
180 views

Updating MOSS list with MS Access- Object is read-only

I have a user who needs to update a large (39,000 items) MOSS list from MS Access 2007. The list is a simple one, created by publishing a query from Access to MOSS, now needs to be updated weekly. The ...
1
vote
2answers
365 views

Update a list via SQL with MOSS2007?

How can I go about applying an update statement to a on MOSS2007 deployment? Essentially I'd like to write something similar to the following across it: update <list_name> set ...