| Thread | Last Post | Replies |
|
| Keeping Form view in Proportion | 11 Aug 2005 03:11 GMT | 2 |
I am using Access 2002 and I have a question regarding the size of the form when in run mode. In my company there is alot of different kinds and size computer monitors. My question is does Access keeps the form and the contents proportion? I know that there are alot of ...
|
| Invoice Payments Subform / Reset Balance Due? | 11 Aug 2005 01:38 GMT | 6 |
Good Day All, I have an invoice form that I use for orders and within that invoice form, I have a invoicepayments subform that is set up to accept multiple payments, assign a payment number, accept a payment amount, and deduct the amount from
|
| copy text/value | 10 Aug 2005 23:59 GMT | 7 |
I use a form (frmQuery) to query my Primary form (frmPrimary). I currently have it so that if there is no match a message pops up asking if you would like to add a new record. I would like for it to automatically copy the text/value entered in the
|
| Reseed AutoNumber | 10 Aug 2005 23:50 GMT | 2 |
I can't remember the SQL to reseed an autonumber field. Can someone shoot that to me, please? Thx! Kelly
|
| function name | 10 Aug 2005 23:38 GMT | 2 |
Is there a way in code that I can determine the name of the function that I am in? ie. What could I type in place of ?????? that would assign strMSG the value of "TestMe". I would like to put that line in all of my routines and pass
|
| Access Help Wizard | 10 Aug 2005 23:20 GMT | 3 |
I would like to make a helps function for my access database. Is there a windows wizards that assist in doing this? Any assistance is greatly appreciated.
|
| Sort-of a sorting problem | 10 Aug 2005 23:07 GMT | 2 |
In a fix here with sorting. A series of tasks for a project i'm working on are grouped using outline heirarcharchal format (i.i 1.1, 1.1.1, 1.2.2., 1.2.3.2.1, etc.). Now, there are 5 levels of these heirarchies. The lowest level (x.x.x.x.x) designates a particular ask. Each ...
|
| error 3265: Item not found in this collection | 10 Aug 2005 23:06 GMT | 1 |
I have searched and read up on the different posts about the same error- but nothing helps- what am I doing wrong? I have a combo box- limited to list. In my notinlist [event procedure] I got from another source/website the following codes:
|
| error loading DLL | 10 Aug 2005 22:47 GMT | 3 |
I'm using a shared access database on our network. All users but 1 can use it without error. The other user was fine yesterday, but today gets an error "error in loading DLL" error # 48, source pitrack. Pitrack is the name of the database.
|
| Using an ActiveX component dynamically | 10 Aug 2005 22:24 GMT | 2 |
I've downloaded and registered the ActiveX component uFREEDB in Access 2002. The list of ActiveX components being installed displays the component FREEDBControl.uFREEDB so it has been registered properly. I want to create this component dynamically using some VBA. I tried this but ...
|
| Forms | 10 Aug 2005 22:07 GMT | 1 |
I've a form which is bound to a table - on the face of the form it sometimes returns calculated results. However, i also need to record the calculated result on the table too. What i've been doing is running an update query when the form unloads
|
| Hide Application | 10 Aug 2005 21:45 GMT | 2 |
I am wanting to hide an application after a button is clicked. I tried Application.Visible = False with no prevail?
|
| Help with Number sequence function | 10 Aug 2005 21:06 GMT | 1 |
I am a beginner to access and need some helpful tips. I have a database for Purchase orders and I would like for the PO Number to increment and be the next number in sequence with the PO ID primary key autonumber when the form opens. I used autonumber data type for PO ID the Primary ...
|
| Need a code to fill 2 fields in a form with the user date and the | 10 Aug 2005 20:56 GMT | 1 |
I had a check control (yes/no) in the form to specify if a check was cashed. This information is saved in a table. What I would like to do is have a code in the click command to fill 2 fields with the user name and the time. The reason is because the table could be used by ...
|
| Serious Problem with Date in RecordSource | 10 Aug 2005 19:48 GMT | 4 |
Anybody knows the reason Access 2003 crashes when I filter data in a form with a date field? I’m setting the recordsource to: SELECT Guia.* FROM guia WHERE Guia.InsertionDate = #7/28/2004#
|