Got a question about technology? Ask it here. Discussion of hardware, software, TiVos, multi-region DVDs, Windows, Macs, LINUX, hand-helds, iPods, anything tech related. Better than any helpdesk!
Sophia,
Here is something simple to try:
Create a new version of your query without any criteria. Create a new form. For the form's record source, select the new query you just made. Change the Default View of the form to Datasheet. Click on the Field List icon on the toolbar (if it's not open) and then drag every field (that you want to see) down to the form. Since the form is in Datasheet View you don't need to arrange any of the fields. Save this form.
Now when you open the form, it'll sorta' appear like a table or query view. You can right-click on any of the fields in order to sort or filter by that field. You can also enter wildcards. You can filter on one field and then filter on another and it will then use both filters at once. You can also select and move columns, and select more than one column at a time and sort by all the columns you've selected. And you can do a bunch of other stuff.
You could also create a report that will only print the records that you've just filtered for - ask me how!
Thanks tommy and Gud.
Thank Tommy, I haven't been helpful. I don't know enough about Access to offer any advice. I only use Access databases through ODBC.
Access makes a pretty good front end, in our experience. (If you don't mind a thick client.) Generally we use SQL Server as a back end. We will generally create most of the queries in Access, but if a query is too slow we'll convert it into an SQL Server stored procedure or view.
I think I've figured out the buzzwords. They are looking for a web site content manager that includes password management as well.
Could you just use some Wiki software, I'm pretty sure most, if not all, provide user management to read / edit articles. I've used docuWiki and I know there is user management to limit the ability to edit articles and I'm pretty sure you can limit reading as well.
Technically we don't support Access as a back end, but it still is used quite a bit in demos and testing and, sadly, production.
Oh my god, I love this: [link]
Steampunk lightsaber!
I have an HTML question. I am taking this page [link] and moving it into our CMS. To do that, I have to change the table width from 700 to 550, since our CMS requires content fit in the correct sized box.
When I change the table width, the hand-coded, using 'div class' tags, spacing gets frelled up. (It comes out like this: [link] ) Is there any way to fix this other than going in to each example and counting the spaces required and moving the hand-coded tags? This is one page of about 20, each with about 10 exmples, that I need to move.
Or should I thow myself on the mercy of our in-house web developers?
The odd jumps to the next line seem to be caused by a div starting at that point. On most entries, the div class "apa" opens and closes, and then opens again to cause the line break. It's made fuzzier by the font size not being part of the div class.
The guy who originally coded it is an asshole, if that matters.
Can I just strip out the whole div thing and put in ' ' spaces by hand? I'm thinking that would be easier. I can't imagine why he used a div in the first place.