| Thread | Last Post | Replies |
|
| How to write an append query on a recordset | 01 May 2008 00:41 GMT | 2 |
I have some code running on an event procedure. At one point in the code I need to run an append query. If the data to be appended to the table LETTERHISTORY was in another table, I would just have an append query and DoCmd.OpenQuery "QueryName".
|
| Populate table from query based form | 01 May 2008 00:05 GMT | 5 |
I have a "frmOrder" made up of 2 subforms with customer information and 1 calculated field. Made up an "frminvoice" based in a query (based on the 2 subforms) to be able to auto-fill some information)
|
| Cross-Post: Database crashes only on laptop | 30 Apr 2008 22:43 GMT | 4 |
I have a laptop with an access database (front-end / back-end setup) that functions properly until you try to search using the combo box. As soon as you hit Tab or Enter it says "Microsoft Access has encountered
|
| DoCmd.TransferText acExportMerge Run Time Error 3011 | 30 Apr 2008 21:59 GMT | 1 |
My code gets hung up on this line where I get the run time error. DoCmd.TransferText acExportMerge, , "qrytop1000", strInstallDir & "\" & "Empwage" & ".txt" The Empwage.txt exists in the directory, but when it gets to this
|
| Overlapping ListBox obscurs data. | 30 Apr 2008 21:04 GMT | 6 |
I have code that will change a list box height when the user clicks in it. My form is set up that when dropped down this way it overlaps another label and listbox. The issue is that the other 'lower' list box obscurs the data in the expanded listbox. I've tried to force the upper ...
|
| Adding up total cost | 30 Apr 2008 20:34 GMT | 1 |
Hi people. This may seem a basic question, but im using a subform to add product details to , and this has the fields 'price' and 'quantity'. I have then used these to work out a subtotal on the cost for each item depending on the
|
| Number of copies | 30 Apr 2008 20:30 GMT | 3 |
How to define number of copies on printig. My code is: Private Sub PrintInv() Dim strDocName As String Dim strWhere As String
|
| selecting item on form to display form | 30 Apr 2008 18:11 GMT | 1 |
What would the best way be to select one item, from several lists of items. Sorry thats the best way I could say it. I have 8 categories of items, with say 50 items each. Each item would provide the information, when selected to populate another form.
|
| If statement question | 30 Apr 2008 16:36 GMT | 7 |
I have a field [UNIT_MEASURE] in a query that I have this in the criteria Like "W" Or "V" Or "P" this pulls everything with W, V, P in it, I have another field
|
| Update Subforms | 30 Apr 2008 16:36 GMT | 2 |
I have a main form: ConfigUpdate that holds several subforms. One subform is entitled Config the other is ConfigWorkTotals. What Im trying to do is update / refresh / requery ConfigWorkTotals when an item is updated in Config. I've tried several different things on the AfterUpdate ...
|
| Line Break | 30 Apr 2008 14:58 GMT | 10 |
I can't seem to break this into two lines...also is there a better, or shorter way to code this? Thanks DS
|
| Main Form Record Loss | 30 Apr 2008 14:00 GMT | 5 |
I have a main form with a subform. There are several items on the main form, but the only control that contains data is a date field and an autonumber field (meant to assign a unique ID automatically to each new record.) The date field on the main form may be populated using a ...
|
| Open form based on the selection from a text box | 30 Apr 2008 12:28 GMT | 11 |
Okay, i've spent half a day going through all the different question here in the newsgroups to try and find a solution but have had no luck. I need to open a form, but on a specific record. I have a control button that has the follow commond onClick;
|
| multiple user problem | 30 Apr 2008 11:58 GMT | 2 |
We have a access database in a folder under server. Once first user open the database, noone else can open database anymore! It is happening only for that database. What might be reason please?
|
| Close Form/Subform without Saving Changes | 30 Apr 2008 04:26 GMT | 1 |
Gang, I'm programmatically modifying the foreground property of some text controls on a continuous subform for formatting purposes. When I close the main form it wants to save both main and subform which I don't want the users to see /
|