You will need to use code to calculate this. We will need some additional information.
1) Are the acounting periods the same each year? If so we can hard code them in else we should set up a table for them.
2) Need to know the starting date and ending date for each accounting period. There...
...dbOpenDynaset)
intGroupRecordCnt = rstGroup.RecordCount ‘the record count for the strGroup
intNoRecordsToSelect = Round(intGroupRecordCnt* lngPercent,0)
reDim arrRecordName(intNoRecordsToSelect)
intRecordNunber = 0
Do While intNoRecordsToSelect >0
If intRecordNumber = 0 then
' Generates...
Name order Name Order
Name1 Order1 Name1 Order1
Name1 Order2 Name1 Order2
Name1 Order3 Name1 Order3
Name2 Order1 Name2 Order1
Name3 Order1 Name3 Order1
Name3 Order2 Name3 Order2
Try using the Left() and Right() Excel Functions to seperate your data on your...
When you link two databases, you actually link the data tables. The front end does not contain a copy of the tables. The front end only contains links to the tables in the backend database. The data is not imported into the front end.
You can use the runing sum by employee by adding a grouping by employee. Put the employee name and sum fields in the title section and hide the detail section.
To use Windows schedular you must a command line like below:
START c:\"Program Files"\"Microsoft Office"\Office11\Msaccess.exe c:\AC\admin200.mdb /excl /x mac_Update
There are three parts:
1) Start Access: START c:\"Program Files"\"Microsoft Office"\Office11\Msaccess.exe
2) Open your data...
I think we figured out what happened. We have not installed Service Pack 3 yet. Our IT folks have some problems with it. But they installed what I think is the fix to Service Pack 3 to fix the missing data problem it caused. We tested a new computer without this file installed and the combo box...
The combo box has been working correctly for about 2 years. Now the scroll bar works and you can select an item but cannot see the list of items. When you select an item, it appears in the Combo box. The Combo box is based on a table. I created a new combo box based on a query from the table...
Thank you for your suggestions. I decompiled the database and moved the code to the after update action field.
Now what I find is the data is on the drop down list but you cannot see it. When you select an item it appears in the combo box. I checked the fore ground and backgroud colors and they...
...No error message is received after the Program combo box is selected. I ran the Row Selection criteria in design mode with a Model number and a “*” and it works fine. I recreated the Vehicle Number combo box and got the same results. “cboProgram” is in the Name field in the Program combo box...
can one user update a record while another user views it? I am using SQL server as my database. This is my first time deisgning an application with access/VBA and I am trying to find the easiest way.
Depends on the record locking you set up.
Do I have to have everything unbound or can I bound...
...the Access query definition.
I linked the spreadsheet and added it to the query without linking it to the other tables. The definition looked like this:
CSIPart: IIf([PART_NUMBER] Like '*' & [CSI Parts List]![CSIPartNumbers] & '*',"Yes","No")
I used Yes as the selection criteria and it...
Linking the table is easy. The part I could use help on is matching the part numbers, from the spreadsheet, with a substring of the part number field in the database table.
One table in my database has information I down load from a mainframe database on manufacturing information. A field named “Part Number” has part numbers but also contains codes for the manufacturer and other junk. There is no fixed length or layout for this information. My user has a list of...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.