| Thread | Last Post | Replies |
|
| Programming tabular form | 06 May 2006 14:47 GMT | 2 |
I have a tabular form that populates itself via a query. The fields I am using is Customer, Legal, Date, Margin, and Set Change. The problem I am having is I need the Margin of RecrodSet 2 to be subtracted from the Margin of Recordset 1 and in the Set Change of RecordSet 2 to ...
|
| Finding a 4 digit number in a text field and copy to a new field | 06 May 2006 10:49 GMT | 8 |
I have a field that contains text and a 4 digit number. the 4 digit number is not always in the same position in the field. What I am trying to do is locate the number in the field and then copy the number only to a new field. The one problem is. The record could look like this " ...
|
| how do i add phrases to my dicitionary? | 06 May 2006 09:46 GMT | 1 |
i am trying to add psychological phrases to my dictionary but run out of room on the add word section. is there a way to add phrases? tnx
|
| How do I add a calculated field to a report? | 06 May 2006 05:01 GMT | 7 |
I am a Boy Scout Volunteer. I am treasurer of our Troop. I have developed a database to track Troop finances. I have created two tables; 'Name Table' and 'Bank Activity Table'. The 'Name Table' has the Name and Status of each Scout. The 'Bank Activity table' has the ...
|
| Subreport Using Parameter Query | 06 May 2006 02:40 GMT | 1 |
I have a report with a subreport which runs a query that requests user input. The user enters a beginning date and an ending date. Data is displayed based on the dates. When I run the subreport alone, it works beautifully. However, when I run the main report with subreport, ...
|
| Query Issue - Null Value - Return Generic Value | 06 May 2006 02:37 GMT | 1 |
I am trying to query using the following expression: TO BE APPROVED BY: IIf([TO_BE_APPROVED_BY] Is Not Null,[TO_BE_APPROVED_BY]) Or IIf(([TO_BE_APPROVED_BY] Is Null) And ([REQUEST_STATUS]="Awaiting Approval"),"Cash Team Lead")
|
| report preview in big view | 05 May 2006 23:40 GMT | 2 |
access 2003 my report preview is very small and cannot read the content. user has to click the center of the report to make it large enough to read. what's the code to make report preview large by default but not maximize to
|
| Speed is of the essence when updating Access tables | 05 May 2006 23:18 GMT | 5 |
XP SP2/ MSO 2003 Pro I have an Access database that reads info from Excel worksheets that may get revised over time. The Excel worksheets are all kept in folders on a network drive segregated by year. I have run the Access update routine both from my
|
| ACC2000 - Adobe Acrobat ActiveX control on a Form | 05 May 2006 23:08 GMT | 1 |
Has anyone been able to get the "Adobe Acrobat Control for ActiveX" to work in an Access 2000 Form? I have Acrobat 5 installed and would like have a viewer on my form, through the use of an ActiveX control that will display a PDF document.
|
| Importing excel with dynamic columns to Access | 05 May 2006 22:20 GMT | 8 |
I receive a daily excel file that I need to get into access. Simple enough right? The two problems are that the sheet will have varying columns of data from one day to the next and column headings could be duplicated (e.g.
|
| Listview | 05 May 2006 22:18 GMT | 1 |
I'm sorry, but my English isn't very good, i'm a Dutch man. I will try to tell you what's my problem. I hope you can understand me. I have a problem with programming with a ListView Control in Microsoft Access. I have an Access project. My backend is SQL-server and my frontend is
|
| How to Close Reports If Open | 05 May 2006 21:23 GMT | 4 |
I have code that closes down forms if open. I tried to adapt it to a report but it doesn't seem to work: If IsOpen("SelfPrintNewrpt01a") Then DoCmd.Close acReport, "SelfPrintNewrpt01a"
|
| userid retrieval | 05 May 2006 20:48 GMT | 1 |
I'm running into database security issues I have a fix, but I don't know if VB has the ability. If someone logs onto an intranet and opens an access database within that intranet session is there vb code that will allow me to retrieve their userid
|
| Error-Expected line number or label or statement or end of stateme | 05 May 2006 19:54 GMT | 4 |
I'm trying to create a module that will take a single character code and return the word it represents. I was using an If statement in 2 reports that did this fine. I have to create more reports that will use this so I decided to put the If statement in a function and then use ...
|
| write db in windows xp how can i make it work in 98 | 05 May 2006 18:28 GMT | 1 |
I have written an extensive access program with Windows XP and it will not work the same on windows 98, what do I need to do to maintain all the programming I have done? Do I need to upgrade the win98 computer?
|