Search results

  1. M

    Can't change listbox column header name when data source is a sharepoint list

    Hello, The following code works to change the column header name for a listbox in form view when the data source is a local table, but not when the data comes from a sharepoint list. sqlstatement = "SELECT ID, PONum as [PO Number], ActDate as [Date], VendorName as [Vendor Name], Service...
  2. M

    Question Access 07 Form using Sharepoint 07 lists - list data not refreshing

    Hello, I have a Form in Access 2007 that modifies records in a SharePoint List called 'Reservations'. There is a combo box in my form that displays all the reservation records in the list. If I make a reservation on Computer1 auto-numbered ID 1 and then some time later make a reservation on...
Back
Top Bottom