On the other hand, imagine what would happen if MS actually implemented all of thost features - Access might become so easy to use and so stable that they wouldn't need us anymoreYeah. Who wouldn't want any of those features?
On the other hand, imagine what would happen if MS actually implemented all of thost features - Access might become so easy to use and so stable that they wouldn't need us anymoreYeah. Who wouldn't want any of those features?
Well, until they figure out a way to automatically do the database theory and do all programming, I'm pretty sure they'll still need us to actually build the darned thing.
Though, we'd be a bit poorer because we'd be done too fast and there may not be enough work to go around. (Unless they keep adding more functionality to the database and ask us to implement them... )
I would like to see either Access/Word be easier or Access have Word properties.
Just thought of this one today.
There are lots and lots of posts on this forum about automatically inserting records into a child table whenever a new record is added to the parent table.
That could easily be fixed with TRIGGERS like they have in SQL Server.
So you can't make a custom menu bar in 2007 the way you can in 2003? .
Didn't they discontinue support of Data Access Pages? I agree, some sort of basic web integration would be wonderful.
You can but you have to use their XML coding to do so. There are some 3rd party graphic tools to give you back this functionality. This is one reason I haven't bought Access 2007. I really am puzzled as to why Microsoft would remove somthing like that.
Yes, they did. Data Access pages were a good idea but they never really took off. I think there should be an updated replacement.
Oh, and it would be nice to have real drag and drop functionality on forms.
I will be honest here: I still use Access XP. I was not interested in 2003 because of the security headache thing and little problems like the flashing tab controls. Again, when Access 2007 came out, there were problems such as combo boxes losing their colour, you can't export reports to Excel anymore, the trusted location thing is even worse and possibly the worst aspect is that you need a high-end graphics card for it to run on a basic level, otherwise it takes forever to draw. I have no idea why these things are "upgrades" but I'm not spending all that money for them...
SHADOW
Ah yes, I think the "xml fiasco" is already on the list somewhere.
I think it would be nice to have more intuitive drag and drop functionality - it is there, but you have to code so many events that it is a real pain to implement it.
Using the code that Microsoft has on their website with listboxes has one MAJOR problem that prevents me from using it. If you click an item and hold the mouse button down, then you move the mouse slightly up, it will select another item from the list box. The coding is not intelligent enough to know that the button is down because you are trying to drag. You can download one of the samples on Microsoft's website and see that for yourself (people have noted this on this forum). That makes the feature useless to me. I'd rather have arrows or something than have people call me irate that it's selecting something that they didn't intend.
SHADOW
you can however use a listVIEW control which will do drag and drop as you expect.
I've never heard of this one. A fast glance at the list of ActiveX controls shows the listview control. I'll check it out and see if I can find some documentation...thanks, Alisa!
SHADOW
The pain of it is, listviews have to be loaded with code - they are not bound (already one of my complaints on the list), but if you need to do drag and drop, it is worth it. Let me know if you can't find it, and I will search for it.
I usually use coding for my listboxes anyway to define the recordsource and update the data as you select items and so on, so I don't mind some coding
SHADOW
Yeah, but with a list view, you can't just define a recordsource. You have to get a recordset and then add the items to the listview one by one. It kind of sucks until you get used to it.
Hoo boy, what a pain...
While on the topic of listboxes (and back to the theme of this thread), It would be nice to be able to format the columns more nicely. This is documented on Microsoft's site that there's little you can do if you want a date format to show one way or other, or left or right justify columns and so on.
I maintain that Microsoft has a LONG way to go working on basics before getting fancier bells and whistles into Access...