| Thread | Last Post | Replies |
|
| How create form in module? | 27 Jan 2005 16:07 GMT | 1 |
I try to create form in module.(I dont use any standart form) I just use code in module for everything but I can't create form with code=:0( Somebody can help me?
|
| code to autonumber form ID without using autonumber datatype | 27 Jan 2005 15:56 GMT | 4 |
hi i didnt use autonumber for my ID i want to upon form loading for it to take the table data and find that 20 was the last ID# so then take that # and increment it by 1 and then place the new number (21) into the ID# field on the form when it opens.
|
| Form pages | 27 Jan 2005 15:23 GMT | 7 |
Is there a way to trigger an event (such as setting a textbox value) by merely selecting a page on a multiple page form?
 Signature Thanks. EdS
|
| ComboBox / SubForm Question | 27 Jan 2005 13:50 GMT | 1 |
I have a main form /subform set up. On the main form, there is a combo box that restricts the records in the subform the the value that is chosen on the combobox. Works great.
|
| Passing subform parameters to main form | 27 Jan 2005 12:50 GMT | 1 |
I want to key in details of PRs for a particular IO. IO details will be displayed in a subform and PR details in the main form. IO details is control by a parameter query. i want to pass the same parameter details into the main form. For example, when i key in the IO number in ...
|
| Reserve Error | 27 Jan 2005 12:22 GMT | 1 |
I'm getting a Reserve Error don't have a clue what it means. I'm getting this doing an Update Query from a form. Anyone have any ideas. I also just installed the services patch 3 for OfficeXP Pro Developers version and Windows XP service patch 2.
|
| Make a form topmost in access | 27 Jan 2005 11:33 GMT | 4 |
I have a form (frmTop) for different purposes. This form is not set as "popup" in design time. Now I want to open this Form and want to show it on top of all other windows (Forms), same as popup form.
|
| problems passing form object to a subroutine | 27 Jan 2005 09:26 GMT | 6 |
I have 4 order forms that require the same actions I would like to make a subroutine that I can pass the form object to objectify these actions I have a call to a procedure:
|
| Moving a record in a form | 27 Jan 2005 07:41 GMT | 1 |
In the form I would like to move some of the feilds in the current record to another table as a new record. I would like to achieve this by using a command button , but I'm not sure how to even start the coding for this. I know my question goes against basic db design concepts, ...
|
| SQL Bit field in Access Form | 27 Jan 2005 04:21 GMT | 1 |
I have several bit field in my SQL table. When I put those field in form, Access display those field as ordinary text field. How I do put those field as CHECK/UNCHECK format? SF
|
| Form Subform Problem | 27 Jan 2005 04:15 GMT | 2 |
Form Subform Problem I am having difficulty synchronizing my forms and datasheet subforms that I use as a lookup (I do not want any changes or updates in this layout!). I have a text box that I input a part number that feeds info to a select query.
|
| Continuous Subform Mouse Event | 27 Jan 2005 03:39 GMT | 2 |
I've a list of records displayed on a continous subform. How could I display another form by issuing a right mouse click on a specific record?
|
| Bug in x = y, how can this be? | 27 Jan 2005 03:39 GMT | 2 |
I have a piece of code I am working on in a mdb (front end for a SQL database) ---------------------------------------------- Set rst = db.OpenRecordset(SQLStmt, dbOpenSnapshot)
|
| why does default=itemdata(0) not work? | 27 Jan 2005 02:58 GMT | 2 |
I have a form that has a combo box and a list box. The list box is based off of the selection for the combo box cboBox Rowsourse= SELECT distinct TngType FROM tblEvents UNION select "[ALL]" from
|
| Scheduling events | 27 Jan 2005 00:16 GMT | 2 |
I am trying to set up an event scheduler where the user can enter the event information on a form and on the same form, select several dates on a calendar control. The form will then create a record for each date selected with the event information in the record.
|