| Thread | Last Post | Replies |
|
| what are .dll files and how can they become corrupted? | 29 Sep 2006 19:23 GMT | 3 |
I've been having problems opening Access over the past day and I think I've isolated the problem to various dll files used by Access not being tied to the correct registry. What are dll files? Any reference materials on them?
|
| Access 2007 with Dual and Quad Core CPUs | 29 Sep 2006 19:16 GMT | 4 |
Does any one know if Access (in the future) will take advantage of the Dual and Quad Core CPUs???? If so, Like what OS and Office version will??? Thanks,
|
| Query Help | 29 Sep 2006 19:15 GMT | 3 |
I have a query that pulls alot of data with many dates. I would like to set the querey to prompt for a range: enter Start date- then enter End date. Once those dates have been inputted the query just shows the date range entered. Help would be much appreciated.
|
| What is the limit on fields to pri in Access and can I change it? | 29 Sep 2006 18:47 GMT | 7 |
I am trying to print an inventory d/b from access. I get an error " too many fields to print, please decrease the amount of fields and try again" What is the limit and can it be changed?
|
| Relative path & image | 29 Sep 2006 18:41 GMT | 1 |
Hello!, is possible use relative path in access? for example use "photo\image1.jpg" instead of "c:\db\photo\image1.jpg", I try it but I cann't, but in Visual Basic if is possible.
|
| Changing MS Office language breaks the application | 29 Sep 2006 18:36 GMT | 6 |
I used the French version of MS Access to develop a French Access application. Everything works well, if my users have the Microsoft Office language set to French. One of my users had this set to English and the application "almost" works well. The only thing is that all the
|
| Rounding issue | 29 Sep 2006 17:39 GMT | 6 |
I am trying to calculate a value on a form from known information. everything seems to work properly except with one specific set of data. ROUND((2.65/8.48)*0.4,2) The actual non-rounded answer is exactly 0.125, so you would assume that
|
| Structural problem: Add unknown amount of data through a form | 29 Sep 2006 17:38 GMT | 15 |
My database is coming along, but I am now stuck. My project tracks employees, who are assigned to a work section, by each day, and what "station" they are working at. I have a form which allows an end user to input a work roster for each date. The form allows for a name to be
|
| Nested IIF question | 29 Sep 2006 17:19 GMT | 8 |
We have a database for tracking clients through a series of classes. There may be 4, 5, or 6 classes in a unit. We want to do a report that shows the LAST class date in the unit. I suppose I should use a nested IIF statement, but I'm not sure how to do it. I want to say that ...
|
| Apply filter command button code | 29 Sep 2006 17:15 GMT | 1 |
The following code: Private Sub Command160_Click() If Not IsNull(Me.Combo59) Then Me.FilterOn = True
|
| Cont for nothing in a char column | 29 Sep 2006 17:14 GMT | 7 |
I can't seem to get my count right? Below is my query and return data to show what is really there. Any ideas on how to get the count proper? SELECT Alterations.Date, IIf([Shirt 1]=" ",0,1)+IIf([Shirt 2]=" ",0,1)+IIf([Shirt 3]=" ",0,1)+IIf([Shirt 4]=" ",0,1) AS ...
|
| Significant Issues: Access | 29 Sep 2006 17:06 GMT | 4 |
I run XP x64 and Office 2003 on an x64 box with multiple monitors. My configuration has two hardwired monitors attached to an ATI X1900 XTX and a third monitor is accessible using the Maxivista x64 beta to take control of the monitor attached to my testing machine.
|
| Run Excel Macro from Access and save changes to .CSV format | 29 Sep 2006 16:54 GMT | 4 |
I am trying to run an Excel Macro from MS Access. The code will open a .CSV file along with my personal.xls. The desired result is to make some type of modification to
|
| Is there any way to "block" these posts that are dated in the futu | 29 Sep 2006 16:41 GMT | 5 |
I use IE to view this board, and these Chinese char posts dated three days ahead are always on top of my view...
|
| Renaming a table via code | 29 Sep 2006 16:37 GMT | 5 |
Can anyone show me how to go about rename a table in code? SysAccountant.
|