| Thread | Last Post | Replies |
|
| Change the window size in access | 16 Jun 2006 12:43 GMT | 1 |
Does anyone know a way to change the size of the access window. I am wanting to change the size so it surrounds my form. I can see this as the only way to display only my form
|
| Requery forms underlying data | 16 Jun 2006 12:25 GMT | 2 |
I have a form that's data is supplied from an underlying query of a number of tables.The form also has a number of subforms. I have a VB procedure that runs when the user changes data in a subform. The procedure deletes specific records from and then appends new records (in
|
| How display messages from macro after form opens? | 16 Jun 2006 12:19 GMT | 4 |
I have a macro that checks fields on a form. The macro issues MsgBox messages. It is triggered by the "OnCurrent" event of the form, as the doc says this is the latest event that's triggered when a form is opened. The problem is, the messages appear BEFORE the form is displayed, ...
|
| Access 2002 changing my subforms' source object property??? | 16 Jun 2006 11:50 GMT | 2 |
I'm working in Access 2002. I have a large form with about 6 subforms (all embedded at the same level). When I save the form in Design view, some of the subforms suddenly have their Source Object property changed from the name of the correct subform object to the name of one of ...
|
| Filter subform for current record on main form | 16 Jun 2006 10:39 GMT | 10 |
How can one filter a subform just for the current record on the main form? That is, when you move to another record on the main form the filter is "undone"? Thank you.
|
| Runtime Error '91' seems EXTREMELY simple. | 16 Jun 2006 02:26 GMT | 4 |
Its throwing me a runtime error on this line: Anyone have any clue why. i think today is my off day. :-) cboPromote.Recordset = "SELECT Client, PromoteGroup FROM tblItemPromoteGroups WHERE Client = " & chr$(34) & cboPromoteClient &
|
| Question about PrintOut Method | 16 Jun 2006 02:26 GMT | 3 |
I have a form in Access 2003 I use to display student records. I want to be able to print the record that is currently displayed in the form so I created a button that uses the PrintOut Method (DoCmd Printout acpages, 1 ,1). It prints a record but it's the first record in the ...
|
| multiple select buttons | 15 Jun 2006 23:06 GMT | 1 |
I am somewhat new to Access and I am having some problems setting up my database. My database is used to track emails that are sent outside the country. At times 1 email will be sent to multiple countries like Japan, England and Denmark.
|
| How to banish those hyperlink warnings | 15 Jun 2006 20:59 GMT | 1 |
I have a datasheet form that displays a list of reports. In one column, I've made provision to store hyperlink addresses to PDF version of each report list. The hyperlink field in underlying table is set to the hyperlink data type. The field in the datasheet has the hyperlink ...
|
| Pop up text box | 15 Jun 2006 20:35 GMT | 4 |
I have a form in which I would like a text box to open only when OTHER is selected from a previous list box. Is there a code for this?
|
| Subform rowsource help | 15 Jun 2006 20:10 GMT | 3 |
first off i was wondering if the line below is even valid. Its throwing me an error on that saying that rowsource is not a valid data member. compiler error. I thought you could do such a thing.. or would i be better off using DAO recordset for this.
|
| Combo Boxes | 15 Jun 2006 19:27 GMT | 2 |
I have a combo box in my form that the user can select the name of a department. The user will be entering in multiple records under the same department. Is there anyway i can have the value in the combo box remain the same until changed by the user?
|
| Logo on a Form | 15 Jun 2006 19:06 GMT | 1 |
Searched but couldn't find a thing on this. When I build a form I usually put it together to appear as a paper form would including a company logo. The logo is sized correctly an begins as a .jpg of 15kb size. By copying and pasting I only get a box with the name of
|
| Added a lookup column in field. How to update a form w/ change? | 15 Jun 2006 18:31 GMT | 2 |
I'm a new access user. I created a simple table and then created a form. I've since gone back to my table and added lookup columns in some fields. How to I incorporate these new characteristics into the form I created?
|
| Macros | 15 Jun 2006 17:35 GMT | 1 |
I would like to create a macro TransferDatabase where it takes ex. Atbl_2006 and creates Atbl_2007 I would like it to do it Atbl_"yyyy"(now) create Atbl_"YYYY"(now()+1)
|