| Thread | Last Post | Replies |
|
| Help needed passing form's name to module | 21 Apr 2008 02:36 GMT | 2 |
Hi to all I use code like this on several of my forms, and it works well. Each of these forms has an option group called opgMode. The only difference from one form's code to another is the reference to the form's name - in this case
|
| Can't Requery, but can F9. What's going wrong? | 21 Apr 2008 01:59 GMT | 4 |
I have a subform that I want to requery, but whatver I try doesn't work with the code below: But if I manually press F9, the form will requery. I have had to restort to putting the SendKeys "{F9}" into the code which will make the form do the required requery.
|
| GetStdPictureFromPicData ? | 21 Apr 2008 01:41 GMT | 2 |
Stefen Lebans did something that transformed an OLE-StdPicture into a PictureData DIB (Access-Image-Format) : Function GetPicDataFromStdPicture(hStdPic As Object) As Variant Now I need something that does the oposite:
|
| sql question | 21 Apr 2008 00:28 GMT | 3 |
I guess the easiest way to explain this problem is to show you what I am confronted with. I have a project that was written in Paradox that I want to do in Access. I am confronted with one major issue. I have been racking my non-programmer brain trying to figure this out.
|
| Access 2007 Won't Save Changes | 20 Apr 2008 21:12 GMT | 3 |
Why, at times, does Access refuse to save changes made to the design of a from???? I even clicked Save on the menu bar but it doea no good. James
|
| CREATE RECORD FROM MULTIPLE FORMS | 20 Apr 2008 18:51 GMT | 1 |
Access 2003 mdb, not split... I am trying to create a database that can track people and their affiliations. The current problem I am having involves adding a new record based on data from two different forms.
|
| Passing a textbox value from a form to another | 19 Apr 2008 22:26 GMT | 1 |
I have a form with a virtual Keyboard, made with buttons and a textbox with the typed text. In another form, when i do double click in a field opens the "Virtual Keyboard", the user type the text and i want to pass this value to the
|
| Screen Resolution problem | 19 Apr 2008 21:29 GMT | 3 |
I made one mdb on the Pc which was having having 17 Inch monitor. It was working fine. Same mdb when I tried to use on another machine whose monitor is 15 Inch, the screen is getting bigger and the contents are getting hidden. Again I took the mdb to my Toshiba Laptop whose ...
|
| more then one criteria on Master/Child (form and subform) | 19 Apr 2008 20:16 GMT | 2 |
I need to have more then one criteria on Master/Child (form and subform). Is it possible? Regards, Marco
|
| More then one criteria to open a form with specific data | 19 Apr 2008 19:05 GMT | 3 |
Hi. I already put this post here but it was with a very poor English. I hope this time my english is a little bit better. So, I use to use this type of code to open a form from another form: stLinkCriteria = "[Bud_Periodo_Dept_Rubrica]=" & "'" &
|
| Moten then one criteria to open a form with specific data | 19 Apr 2008 18:22 GMT | 3 |
I usually use this kind of code to open a open a specify the that that I want to see. » stLinkCriteria = "[Bud_Periodo_Dept_Rubrica]=" & "'" & Me![Bud_Periodo_Dept_Rubrica] & "'"
|
| watch code and/or events running | 19 Apr 2008 17:41 GMT | 1 |
I remember from using access years ago, there was a way to open a window that displayed which codes or events were taking place, as they were happening. One would use this to help find where errors might be in a forms code (like what order events were happening, etc.).
|
| Programmatically trigger an event | 19 Apr 2008 09:10 GMT | 2 |
Is there a way to programmatically trigger a MouseDown (or other) event so that a control's MouseDown event procedure runs without actually clicking the control? I have a MouseDown event for a checkbox that works properly, but I need to
|
| Problem with ADO Code | 18 Apr 2008 20:23 GMT | 3 |
I am trying to update a query with pricing after a level of 100sq ft is reaced on all products, I need to go back and reset pricing. So I thought I would try to loop through the query and make changes. I am getting an error Run-time error(2147217900) Invalid SQL statement ...
|
| using Slider control to move records | 18 Apr 2008 19:59 GMT | 2 |
Can someone tell me if is possible to use the MSoft Slider control to move records on a master form? If so, how would I go about doing this? My master record control is called: Forms![frm_Runs]![Run_No]
|