| Thread | Last Post | Replies |
|
| CommandBar Invisible | 25 Mar 2005 17:01 GMT | 1 |
I've got the following problem: If I open a specific form by double-clicking its name in the Database window it runs through a Form_Open procedure. Last command in this procedure is "CommandBars("Formatting (Form/Report)").Visible = False". But this does not work as at this very ...
|
| error in entryfield | 25 Mar 2005 16:55 GMT | 5 |
In an entryfield I get an error when I write ="Aantal uren dat dit vak gegeven wordt " & [uren] uren is a numeric field form a table What am I doing wrong?
|
| Never Ending If-Then-Else............ | 25 Mar 2005 16:39 GMT | 3 |
Morning........ I have 6 check boxes in a form, user selects only one to print the corresponding report. Want to make sure only one box is selected, not 2,3, etc. It's a probability thing I used an IF for when I had 3 boxes........... now with 6 boxes........... I'll fill a ...
|
| VB code opening a report from a checkbox | 25 Mar 2005 16:34 GMT | 2 |
OK.. here is the deal. got a form and a report.. the report has a text box on it . the form has a check box on it. i want the text box to be visible only if the check box is checked. Not hard right.. please say not hard.. PLEASE..
|
| on_delete requery | 25 Mar 2005 16:04 GMT | 4 |
When I delete a record I want to mark a control on the form which is bound to the deleted (Y/N) field and then requery the data source and then move to a new record. The "deleted" record will still be in the table but will no longer show on
|
| Ketroke Combo to Simulate Double Click | 25 Mar 2005 14:33 GMT | 2 |
Is there a keystoke combo in Access 2000 which trips the double click event in a text box? I use double clicks quite a bit, especially in text boxes, and would like to find a way for users to trip this event without having to use a mouse.
|
| Recurring Invoices | 25 Mar 2005 12:42 GMT | 2 |
I have designed a database for a taxi co. I need to add driver invoicing to it, but I am a bit puzzled as to how to do it correctly. They need a driver receipt for payments made. Each driver keeps the vehicles for an indefinite period of time..being charged a weekly/ daily ...
|
| Determining excel range | 25 Mar 2005 12:28 GMT | 1 |
I need to import excel worksheet data into an ms access table. My problem is that I will never be able to determine the range of data I need in the worksheet. using the docmd.transferspreadsheet function does not work very well due to the condition of the worksheet. The top 15 ...
|
| Subforms Code | 25 Mar 2005 09:39 GMT | 1 |
Can anyone help me with the following? I have a Main form (OrderHeaderfrm) with 2 subforms in it. The main form has orders displayed and coded it so that when I click on a order the Ordersfrm form(which is one of the Subforms) displays the Order line details for that
|
| Basic Check for a null value in a form | 25 Mar 2005 03:49 GMT | 3 |
I'm trying to make sure that before someone closes my form, a certain text box has a value in it. If it doesn't, I want to have a messagebox that displays a reminder. I've got the message box working when you exit the text box, but I only want it to come up if the text box is ...
|
| How to distinguish btwn same error number for diff fields in a For | 25 Mar 2005 02:43 GMT | 4 |
MS Access 2000, Windows XP ====================== Hi, I'm trying to generate more user-friendly/less technical custom error
|
| HELP - Cant Open the MDB database | 25 Mar 2005 00:53 GMT | 3 |
Hi all, hope this is the right group to post this! When i try to open my .mdb file i get this message: Records cannot be read; no read permission on 'MSysAccessObjects' Anyone got any ideas?
|
| form_current() | 25 Mar 2005 00:03 GMT | 4 |
Hi, I developed an application in Access 2003. Now the application must also work under Access 2000. I used the form_current to calculate and fill the fields on my form, when the users goes to the next/previous record. In Access 2003, the next/previous record is already set when ...
|
| Use vb code in a forms event procedure to open another form | 24 Mar 2005 23:53 GMT | 6 |
I'm using Microsoft Access 2000. I want to use visual basic code in an event procedure on one form to open a second form when the specified event occurs. I've got it to open the second form, but you can't see any of the controls on the form, it's just a blank screen. All the ...
|
| Listbox scroll problem | 24 Mar 2005 23:14 GMT | 1 |
I have a listbox that is populated with a value list after a series of calculations that load columns and rows. Is there a method where I can get the vertical scroll bar to the top when listbox displays its contents? Thanks for any suggestions
|