Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

3
votes
2answers
1k views

using ColumnHidden properties within Datasheet objects

I have a MS Access form with a Datasheet subform. Using code, I change the ColumnHidden property of various of its columns. But, when I close the form, I'm asked whether to save the table layout of ...
2
votes
2answers
84 views

What would you switch to using instead of excel in a corporate workplace, when you aren't a programmer by trade?

I have a friend that is working on a company without any real IT people, and they've gone the classical corporate route of stringing things together with Excel macros whenever they need something. I ...
1
vote
1answer
107 views

How to create form that contain data from 2 tables and save data to one table

i have 2 tables: Employee: ID SalaryPerDay Name (unique) ..... ..... Schedule: ID EmployeeID Date Attending (boolean) loan discount overTimeHours ...
1
vote
1answer
264 views

Sharepoint 2010 - Datasheet view and 3 linked lists

I've got a tricky situation I'm trying to determine the best way to solve. I'm a VS developer who is learning SharePoint so it's a little frustrating to me when what I am trying to accomplish could ...
0
votes
0answers
302 views

Why do sharepoint 2010 datasheet view drop down filter menus fail to return?

I'm working with a SharePoint 2010 list with ~34500 Items in it. The list is used to assign tasks to people and create a schedule, so a lot of the items are old. Whenever I access the "View as ...
0
votes
0answers
378 views

edit in datasheet

i m using MOSS2007, when i try to open sharepoint custom list in datasheet view on client's win 7 machine i get error "cannot connect to the server at this time. you can continue working with this ...
0
votes
0answers
79 views

Web App not Found-edit in DatasheetView

i came accross the following error, when my client tries to edit list data through datasheet view from terminal machine. "The Web application at xxx could not be found. Verify that you have typed the ...
0
votes
2answers
464 views

Set datasheet column header text (without using labels in the underlying form)

We have a form in MS-Access which can be viewed either in form or datasheet mode. The form is arranged in such a way that labels aren't required for some of the textboxes. In datasheet mode ...
0
votes
2answers
576 views

MS-Access unbound ComboBox in DataSheet?

In ms-access 2007, i'm trying to make a form for a table. this table has foreign keys from 2 parent tables. so i thought i would make these fields a lookup. but i couldn't create a single lookup for ...
0
votes
0answers
243 views

sharepoint data sheet view

I am importing data from Excel into Sharepoint list using "Datasheet view". When i paste the data, I get error message "Cell is read only." for readonly fields. Is there a way to import data into ...
0
votes
1answer
478 views

VBA: How go I get the total width from all controls in an MS-Access form?

This is probably very basic stuff, but please bear in mind I am completely new to these things. I am working on a procedure for my Access datasheet forms that will: Adjust the width of each column ...
0
votes
1answer
670 views

Extending or modifying the SharePoint Datasheet view

Has anyone discovered a way to extend or modify the functionality of the SharePoint Datasheet view (the view used when you edit a list in Datasheet mode, the one that looks like a basic Excel ...
0
votes
2answers
512 views

Why 'People' columns are not available for Read-Only users in SharePoint Datasheet view?

I can see columns that list people names in SharePoint's datasheet view, but read-only users cannot. Is there a way for read-only users to see columns of this type? The type of information in this ...
0
votes
3answers
2k views

Lookup field in Edit in Datasheet mode in sharepoint doesn't work

I've added a lookup field to a document library, and it is possible to choose values as expected in "Edit properties" for a single document. However, when in Edit in Datasheet mode all of the ...