| Thread | Last Post | Replies |
|
| Can not pull up record with combo box | 07 Aug 2006 20:02 GMT | 10 |
I am trying to use a combo box to pull up records. When I select a name in the combo box then leave the form open and then manually run the query it gives me the results I want, so I know that part works. I read
|
| assign number to new record | 07 Aug 2006 18:08 GMT | 1 |
I am creating a form which is an entry point for the "many" side of a one-to- many relationship. The end result is that the mainform would containg a listbox of available projects based on a field called JobNumber (this is on the "one" side of the relationship. The field PunchID ...
|
| Pass Filter Value to Another Form | 07 Aug 2006 18:06 GMT | 3 |
I have a form, "MainMenu", with a list box "empList". The list box has 3 columns. I want to pass the value in the third column of empList (called empID) to another form. The MainMenu form has a button that opens the second form, using this filter criteria:
|
| Import from XLS in tbl | 07 Aug 2006 18:02 GMT | 3 |
I would like to import data from an xls file into an Access tbl and mark the xls record as imported. I have tblCandidates. I would like to: 1) open the XLS file for read/write
|
| open form using a KB shortcut | 07 Aug 2006 17:02 GMT | 1 |
I have a simple question, but I could not resolve it. I would like to open a certain form - frmOrders by pressing a keyboard shortcut i.e. Ctrl-Shift-O. I have not found how to assign a KB shortcut to a certain VB Code.
|
| strLinkCriteria | 07 Aug 2006 16:54 GMT | 12 |
I have two forms, MainMenu and Enter_View_Requests. MainMenu has a button that opens Enter_View_Requests and finds a specific record. I used the button wizard to create the code for this, so I'm pretty sure it's correct, but here it is:
|
| How to prevent listbox from being populated if certain criteria is met? | 07 Aug 2006 16:23 GMT | 4 |
I have a specific situation here. What I'm trying to achieve is to prevent a listbox from being populated from values provoded in textboxes. This is the scenario:
|
| Open Form With Filter Not Working | 07 Aug 2006 15:55 GMT | 5 |
I used the command button wizard on a form, "MainMenu", to create a button that opens another form, "Enter_View_Requests". MainMenu has a list box "empList" with 3 columns. The third column is empID. This is the column I want to use to filter Enter_View_Requests. Below is the ...
|
| receipt error | 07 Aug 2006 15:45 GMT | 2 |
the problem i am receiving is that i can't work the subtotal pf my receipt out. Basically i have a receipt with various details on such as product,quantity,unit price,extended price. My problem is that i can't work out the subtotal. I have code already in the extendedprice box
|
| need key word microsoft suite2002 | 07 Aug 2006 15:34 GMT | 2 |
|
| How To: Trap Access error message. | 07 Aug 2006 15:31 GMT | 2 |
Hi TWIMC, I have combo box on a form and if the user deletes the selected entry from the combo so it is blank or holding a null value, when the user move of the record e.g. to save the record I get the message 'You tried to assign the
|
| Force event code to NOT respond | 07 Aug 2006 15:12 GMT | 7 |
I have this problem in all three Office products which I regularly program, Access, Excel and Word. I write event handlers to respond to (for instance) a change event, but my intention is to respond only to changes made by the user. The problem I have
|
| Creating a string to run reports | 07 Aug 2006 14:46 GMT | 3 |
I have created a string of code to have the buttom run a group of report determined on what the user selects. However, when I add the combox using the field Record ID it will not work. When I us all the other option by them self or as a group they will work. But as soon as I ...
|
| need help with NewRecord expression | 07 Aug 2006 14:13 GMT | 1 |
I am creating a form where users enter new records that relate to the field [JobNumber]. I am wondering how to write an expression or code that will add 1 to the New Record in the field [PunchID]. It would be sort of like an AutoNumber, but each JobNumber would start with "001". ...
|
| Access 2000: change Rowsource in Subform2 from Subform1 | 07 Aug 2006 14:07 GMT | 5 |
The code below is associated with my Subform1. When Mainform opens I get 2 warnings that I have made invalid references to the property Form/Report. Once I get past the 2 warnings, everything seems to work fine.
|