| Thread | Last Post | Replies |
|
| How to create Calender Month View | 24 Apr 2008 05:30 GMT | 3 |
I want to create a form as a calender month view the same as in outlook i have found this website having the same idea and it can explain my idea
|
| Lock File Problem - 2007 | 23 Apr 2008 23:27 GMT | 2 |
I'm working on an Access 2007 db, and we are unable to modify db objects, as it says other users are logged in. There is no one logged in, although the lock file shows 3-4 users. Any suggestions on correcting this?
|
| Form help | 23 Apr 2008 23:14 GMT | 3 |
I have two tables. The PK from the parent table (Table 1) is a FK to the child table (Table 2) with a one-to-many relationship. On my form, I use a query to return some data to unbound fields from the parent table for display purposes only. The other fields on the
|
| Print a report 3 times with 3 different fields visible | 23 Apr 2008 22:46 GMT | 12 |
I have report which I need to print 3 times, but would like to have the following headings Customer Copy - Print 1 Accounts Copy - Print 2
|
| Help with Google Maps | 23 Apr 2008 18:42 GMT | 6 |
I am a true beginner in Access and coding. I am creating a database with facility information and I want to use the address of a specific facility to display a map on my form or at least open a new window with the address already plugged into Google
|
| Check for field in tabledefs prior to append | 23 Apr 2008 14:02 GMT | 2 |
The following code works well except I can't think of an elegant way of checking for the existance of the named field prior to creating it. Suggestions? Public Sub pNewField()
|
| 2003 sum in report footer and no data problem | 23 Apr 2008 11:52 GMT | 1 |
Have a textbox in a report footer that sums data using Sum. That text box value is used in a few calculations in the footer. Trouble is, if the report has no data then the box simply shows #error and all following calculations fail. Nz doesn't work.
|
| how to choose the max between two dates or fields | 23 Apr 2008 08:10 GMT | 5 |
i have a table that has the two fileds: Return Date, Extension Time for Return Date i need a query to choose the max date between these two fields eg: if return date = 01 May 2008
|
| Write/GetPrivateProfileString in 2003 | 23 Apr 2008 06:56 GMT | 7 |
I just converted a 2000 db to 2003 running on Vista. Went looking for the ini file created when using WritePrivateProfileString and can't find it. Did a complete file search and can't find it but the info is getting written somewhere and I am able to read it.
|
| A2003 problem with boolean showing as -1 in list | 23 Apr 2008 06:51 GMT | 20 |
Just have a small problem with boolean fields in a list box showing as 0 and -1, not Yes/No or True/False. Is there any fix to this?
|
| Date in criteria not processing all date records | 23 Apr 2008 00:53 GMT | 11 |
I have a table with four date fields, some of which may not be filled in based on our data entry needs. I have a criteria set as <date()-180 which is supposed to pull dates older than 180 days ago. The problem is that when I use that criteria for all four fields I am not getting
|
| Help with finding a date ?? | 23 Apr 2008 00:49 GMT | 1 |
I have two date fields. PaymentDate - is set to default to today : =Date() MeetingDate - is going to find the next meeting date after the PaymentDate So using April as an example:
|
| Print mailing labels and update date field | 23 Apr 2008 00:46 GMT | 6 |
I have a project which requires the batch import of customer contact information, print mailing labels for those customers who have their date of first letter field in the database set to null, and update the date of first letter field with the date the mailing labels are
|
| I added Date$ to a query field and am getting shaky results | 22 Apr 2008 23:25 GMT | 8 |
Sometimes it works and sometimes it crashes. If I want "Today is " & Date$ & "." to appear in a query field, why might it work sometimes and not others?
|
| Why double underscore after control name | 22 Apr 2008 23:11 GMT | 4 |
Control name on form is "Kit #" The afterupdate event that fires for this control calls the control Kit__ as per following. What is happening here?
|