Search results

  1. M

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

    Bump. Any other way to change those headers? Thanks
  2. M

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

    Tried your suggestion and it still doesn't work. I tried double quotes instead of square brackets and also a single word (MyNumber) without either. Thanks for your reply.
  3. 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...
  4. M

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

    I solved the problem by opening/closing the linked table with stale data. I guess it updates the local cache of the list data. On the down side, it adds a couple of seconds of delay. Sub RefreshSharePointList(TableName As String) Application.Echo False Dim tbl As TableDef For Each tbl In...
  5. 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