| Thread | Last Post | Replies |
|
| How to animate a menu | 01 Apr 2008 15:18 GMT | 2 |
I have a form that has a lot of fields on it. I tried to break it into tabs but still the screen look busy. one of the reasons is that there is a menu that the user uses and they need to have it accessable all the time. they do not want to close the form go to main menu then go ...
|
| seek a picture file in application directory | 01 Apr 2008 15:00 GMT | 4 |
I developed an Access 2003 application with a company logo in wmf format in forms and reports. I coded a public string containing the full path and the file name for this image that I saved in the same directory used for developing the application.
|
| Using string from one form to build query on another? | 01 Apr 2008 14:49 GMT | 2 |
I have two independent forms. The first uses user input to generate an SQL statement as a string. I then copy the string into a string on the second form. How, on this second form, can I turn the string into an SQL statement which I will then use as a rowsource in a list? As a ...
|
| AfterUpdate code to change field values in current record only in datasheet view | 01 Apr 2008 14:34 GMT | 5 |
I have a list on a form in datasheet view similar to this: Last First BedAssigned Breakfast Lunch Dinner Bed All Smith John 12 [X] [X]
|
| search subform on open | 01 Apr 2008 12:58 GMT | 3 |
Help Please, I have a form that contains a continuous subform. The subform contains a list of products that support the main form. There is a boolean on the subform to show the last order. Only one of the records on the subform has this boolean set to true. What I am trying ...
|
| Data Order De-organize | 01 Apr 2008 03:29 GMT | 2 |
I have a form that i created, when type in the info and details. Details is a subform that can store multiple records. After entry, the record order de- organize even it is sort by their id (the earliest record will have the smallest id). The 3rd record became the 5th. I print the ...
|
| Text Box properties | 01 Apr 2008 02:45 GMT | 2 |
In form design I can drag a text box to 10cm from the left edge. When I query in code the position of the textbox (msgbox Me!MyTextBox.Left) it displays 566. Can someone please assist me with what 566 is made up of - how many of these
|
| Does 'resume' leave 'on error' still active? | 01 Apr 2008 01:00 GMT | 1 |
After doing a resume in an error handling routine, is the 'on error' trap that triggered the routine still active or do I need to execute a fresh 'on error' trap? Thanks.
|