Crystal
My feedback
-
1 vote
Crystal shared this idea ·
-
0 votes
An error occurred while saving the comment Crystal shared this idea ·
-
9 votes
An error occurred while saving the comment Crystal commented
I imagine Mark's intention is to make reporting from multi-value fields better as currently, we have no way to copy the comma delimited list of values in code when it is clearly already being done.
Additionally, it would be nice to have this for related tables as well so we don't have to write our own loop and combine procedures.
-
10 votes
An error occurred while saving the comment Crystal commented
Intellisense doesn't always kick in -- sometimes we have to trigger it. In VBA, we can do that with the shortcut key. Even in the Builder, intellisense is limited and it would be nice for it to be in more places for more things.
An error occurred while saving the comment Crystal commented
It would also be nice for intellisense to recognize aliases
Crystal shared this idea ·
-
14 votes
Crystal shared this idea ·
-
4 votes
An error occurred while saving the comment Crystal commented
Allowing turning on the Property Sheet in the Options would be nice, as opposed to the way it was done before. Layout view solves some of the issues but it doesn't run code.
-
12 votes
An error occurred while saving the comment Crystal commented
Definitely agree! Access should access data in all kinds of formats. A major issue is not being able to convert old stuff (how can people upgrade?) ... and information that is in formats that were never supported (that I know of) such as Microsoft Works.
Also, Access should be able to use XML hierarchical formats.
-
14 votes
An error occurred while saving the comment Crystal commented
Anders, I agree that other issues are higher priority ... but if the Access Team were expanded, perhaps we could get everything we ask for :)
Crystal shared this idea ·
-
46 votes
An error occurred while saving the comment Crystal commented
Yes on retaining formatting!!! I am out of votes or I would vote for this too!
Find and Replace is another great idea -- I currently copy to Word or NotePad, change SQL, then put it back.
-
2 votes
Crystal shared this idea ·
-
12 votes
An error occurred while saving the comment Crystal commented
I am a trainer. In order to write about properties to set, I have to take screen shots because as soon as I go to another application, the Property Sheet disappears unless it is docked. It would also be nice for the Property Sheet to keep showing when it is floating.
thanks
Crystal shared this idea ·
-
5 votes
Crystal shared this idea ·
-
Make it possible to stop Access Desktop from being an Automation Server so that security is improved
19 votesAn error occurred while saving the comment Crystal commented
with all due respect, if the user has Access running already, then credentials have already been entered and it seems like a waste of time to enter them again ...
-
19 votes
An error occurred while saving the comment Crystal commented
Yes. ... and format SQL statements to be easier to read! ... options to add line breaks:
1. on keywords (FROM, WHERE, ORDER, etc)
2. on fieldsthanks
-
4 votes
An error occurred while saving the comment Crystal commented
good idea, Mark ~
Crystal shared this idea ·
-
2 votes
Crystal shared this idea ·
-
1 vote
Crystal shared this idea ·
-
4 votes
Crystal shared this idea ·
-
1 vote
Crystal shared this idea ·
-
4 votes
Crystal shared this idea ·
It was suggested to have a CurrentRecord ability for conditional formatting. Expanding on this for queries, LastRecord would be nice.
For instance ... Difference: [myField] - LastRecord.[myField]
This would depend on the order that records are displayed.
This would also give us the ability to report Running Sums.
For instance... SubTotal: IIF([myGroup]=LastRecord.[myGroup], [myField] + LastRecord.[SubTotal], [myField] )