| Thread | Last Post | Replies |
|
| weird tables in the database | 07 Oct 2007 09:59 GMT | 6 |
Yesterday someone reported that their database was growing and wanted to know what is going on. I looked at it and in the tables were about 20 new ones named stuff like aa ba asetc bsetc ac bc etc
|
| Oracle Back End Access Front End | 07 Oct 2007 04:09 GMT | 1 |
I have linked a table to from Oracle to Access via ODBC. I have set up all the proper privilages; however, I am having an issue inserting data. I can edit the data already in the table.
|
| How do I Print a report with code | 07 Oct 2007 04:00 GMT | 1 |
When I want to print a report using code I normally use the following code DoCmd.OpenReport "RptName", acViewNormal This works OK when I'm only printing one copy of the report. What I'm trying to do now is open the CommonDialog using .ShowPrinter
|
| Unwanted scroll from mouse wheel in open form. | 06 Oct 2007 18:52 GMT | 1 |
First, apologies iif this is an old problem. I do read this group, but I may have missed it. When I open a form in A2K to put data into a record (or create a new record), all is well provided I do not touch the wheel on top of
|
| Filename of current mdb | 06 Oct 2007 14:09 GMT | 3 |
How do I retrieve the current mdb filename in VB? Thanks in advance, john
|
| Question about creating columns from data in rows | 06 Oct 2007 06:52 GMT | 2 |
If I have data in the following format in a database LE Amount BS Class 1 10 Asset 1 15 Liability
|
| Using default value to clue the user into what info to type | 06 Oct 2007 06:33 GMT | 4 |
I have a form with a first name and last name field right next to each other. The last name field has no label. I'm using: defaultvalue="[First Name]" and defaultvalue =="[Last Name]" for new recs so a beginner-type user knows what goes where. After looking at a
|
| complex WHERE statement problem | 06 Oct 2007 00:46 GMT | 4 |
I have a form (that was built before me) with the capability to tag a company record and/or a contact record (seperate tables linked by companyid) as "Active" or "Inactive" that is causing me problems. The problem is, there is a list box that shows companies and contacts
|
| need help with IIF statement | 06 Oct 2007 00:32 GMT | 4 |
I have an exception table [System exception] that I want to use to override the "system" for 11 records and use another table ([dbodtlrecs] for the rest of the records. When I used the following IIF statement the XTAB query returns the correct "system" for the
|
| Trapping for Ctrl or Alt Key? | 05 Oct 2007 23:42 GMT | 2 |
Is there a way to trap for a Ctrl or Alt key when typing in a field? I want to be able to perform an action when the user types Ctl+A or Alt+A or whatever. I noticed the KeyDown function allows you to check for the state of the Shift key. I'm looking for something like that for ...
|
| Runtime For Dummies | 05 Oct 2007 20:58 GMT | 11 |
I posted on this subject back a couple weeks ago and learned enough to know how much I don't know. I'm thinking I need to simplify and ask fewer questions. I've been creating Access databases on an occasional basis for about
|
| Subform Scroll Bars Do Not Display | 05 Oct 2007 17:50 GMT | 1 |
I am developing an application in Access 2000 (A2K) which has multiple forms and subforms. Until now, all subforms displayed scroll bars properly (according to the subform's property setting). However, a new subform control will not display horizontal scroll bars despite
|
| Simple listbox query question | 05 Oct 2007 17:03 GMT | 4 |
Simple one this I guess, but I'm quite stuck at the moment. I would like to update the records displayed in my listbox (lstStudents) using criteria selected from my combo (cboForm) in a form.
|
| Import data from a Word document into Access | 05 Oct 2007 16:58 GMT | 2 |
Is there any way to retrieve data from a Word document, in paragraph form, and import it into Access?
 Signature Message posted via AccessMonster.com
|
| cddb or freedb queries | 05 Oct 2007 14:24 GMT | 2 |
Has anyone coded a VBA module to access CDDB or freeDB to retrieve album/song info into a music database. Thanks.
|