| Thread | Last Post | Replies |
|
| How to organize orthogonal and non-orthogonal subsets? | 20 Sep 2006 09:05 GMT | 4 |
I could use some help with a table design problem. I have an electronic flashcard program. Actually, several of them. They each rely on a utility program to keep track of the usage statistics. After each practice session, the utility program tells the
|
| vba code to drop multiple tables at once | 20 Sep 2006 08:00 GMT | 4 |
I'm looking for a way to drop multple tables at the same time from my access database. Any ideas? Thanks.
|
| Is this bad design? | 20 Sep 2006 07:16 GMT | 3 |
Recently got to take over the responisibility for an application which is making heavy use of an Access database. It has been a long time since I came in contact with anything database related and I must admit I have forgotten a lot of the theory and was hoping you could help me
|
| Problem with a date filed in dynamic sql | 19 Sep 2006 22:50 GMT | 4 |
I'm populating an unbound combo on a form as follows: Dim strRowSource As String Dim mydate As Date mydate = #1/1/2000#
|
| SQL statement on inner join that hits another table twice? | 19 Sep 2006 22:19 GMT | 6 |
hi group -- Im having a nested inner join problem with an Access SQl statement/Query design. Im running the query from ASP and not usng the access interface at all. Here's the tables:
|
| Toggle field display on an Access form | 19 Sep 2006 22:00 GMT | 1 |
Hum i just erased the whole message by mistake, :( Ok so i want to hide a specific field in an Access form using a toggle button, but i cant seem to get the right syntax. Right now im using a macro to toggle the Visible bit (SetValue), but i want to add a filter
|
| Newbie question re: populating fields with data selected by user | 19 Sep 2006 21:59 GMT | 4 |
I'm a new hand at Access, and I'm having some difficulty in getting it to do what I want. Here's my situation. I have a DB that I am building up to house information for running a software testing effort for a particular product. It is comprised of 3
|
| SQL UPDATE statement question | 19 Sep 2006 21:49 GMT | 2 |
Good morning, This is a tough one for me to explain, so if I make no sense, just let me know :). I have created a purchase order entry system where there are four
|
| Help with a For Next Loop | 19 Sep 2006 18:30 GMT | 2 |
I have a routine in Access that loops through an Excel workbook and executes code base on the worksheet name. If the worksheet name contains the word 'Stats' than that is a sheet I want to read (the code).
|
| Event Procedures not being created | 19 Sep 2006 18:07 GMT | 1 |
I have a strange issue, and I thought a restart would fix it but I was wrong.. . I have created a new form, added 2 combo boxes, set up the names and row source(s) etc..., but when I try to add an event procedure, I see a flicker
|
| Print to a file? | 19 Sep 2006 15:17 GMT | 7 |
Is it possible to have Access print a report, identical to one that would print to a printer, only print to a "standard" text file? I can't find it in help and when I try to just print to a file (in the printer selection screen of the print routines) it gives me a file named ...
|
| ODBC Paths | 19 Sep 2006 14:20 GMT | 1 |
Does anyone know a way to get the path associated ODBC data source via programming. I can get a list of all the DSN's in the ODBC.ini file but i also need the path for the mdb file with it. Cheers,
|
| access2002: udpate query | 19 Sep 2006 14:15 GMT | 4 |
hi - i'm trying to populate the field rateintegrated with an update sql statement. it is a calculated value from two other fields, feeloc + feeremarketing. everytime i type in a value for feeloc, the sum would change in rateintegrated on the form. it does populate in the field
|
| unexpected error 2121 | 19 Sep 2006 13:21 GMT | 1 |
anyone know what unexpected error 2121 is and how to fix? Using Access 97 and windows xp - everything was fine until today. no changes except adding some new records. Access is setup as front end and backend Thanks in advance
|
| Using the Web Browser Control to Browse for a File | 19 Sep 2006 13:18 GMT | 2 |
I am using Microsoft’s Web Browser Control embedded on an Access Form to browse a specific site. I have a good reason for doing so; the pages on this site run code which aborts their display unless their window is the top window; they also treat all child windows as not-logged in ...
|