| Thread | Last Post | Replies |
|
| Contingent formatting | 21 Dec 2005 05:52 GMT | 12 |
Problem: When moving between records, I need to control which combo/text boxes are displayed on the current form, dependent upon data in the current record.
|
| Horizontal Scrollbar | 21 Dec 2005 04:41 GMT | 7 |
Hi all you Experts, I need to scroll a listbox horizontally. For the life of me I cannot get it to move. I can successfully scroll it vertically.
|
| better way | 21 Dec 2005 04:16 GMT | 3 |
hey all.. is there a better way to do this: If IsNull(Forms!formquerybuilder.Controls!cboxupsource) = False Then Me!Text342.Visible = False Me!Text352.Visible = False
|
| Scroll bars are not appearing in certain situation. | 21 Dec 2005 02:51 GMT | 1 |
Hello Access Gurus, I have Access 2000. I created a Form with a Sub-report and that Subreport has a Sub-form. When I expand the Sub-report to show the Sub-form scroll bars appear on the Sub-report so one can view the whole
|
| Forcing Cursor To Specific Record/Field On Continuous Screen? | 21 Dec 2005 01:16 GMT | 2 |
I've got a screen that has a subform containing an indeterminate number of records. When the user clicks "Change", I put the screen into Edit mode by unlocking all the subform's fields, setting the subform's.AllowEdits = True, .AllowDeletions =
|
| real record in a subform | 20 Dec 2005 23:14 GMT | 2 |
I have the following code but it does not work correctly. DoCmd.GoToRecord , , acGoTo, MySubForm.Form.CurrentRecord When the code executes it does not bring me to the correct record. If MySubForm.Form.CurrentRecord is 1 it brings me to the 4 record not the
|
| Text becomes available when check mark is placed | 20 Dec 2005 22:53 GMT | 5 |
When a customer has made a down payment I would like to be able to have check box that when checked opens another text box that displays today's date and lock it in. Where would I go about telling a text box to only be available if
|
| ControlTip Text | 20 Dec 2005 22:45 GMT | 4 |
Does anyone know of a way in MS Access to have the ControlTip Text that can be set with a message to pop up with the date/time that the field on the form was last updated along with the username of the person who updated the record? I'm using the fOSUserName() function from Dev
|
| Memo Text Truncation during Excel Export | 20 Dec 2005 21:06 GMT | 8 |
I've searched this goup for an answer to this, there are many discussions that come close but non that I can find that actually addresses this particular problem. I'm exporting queries to Excel. These queries have memo fields in them
|
| Database design - incorporate year of a certain event | 20 Dec 2005 21:03 GMT | 11 |
I have a problem I'm trying to figure out how to resolve in Access. I have a volunteer database for a project which occurs each year. Currently I have to go in and wipe out the data each year to start new. I want to somehow be able to incorporate the year's info into the database ...
|
| video rental database? | 20 Dec 2005 20:56 GMT | 3 |
does any1 know where i could find a video rental database? thanx dev
|
| Is Access smart enough to optimize this ? | 20 Dec 2005 20:30 GMT | 5 |
I often have recursives queries in my applications, like in this simplified example : req1 : SELECT EmployeNo, EmployeName, EmployePhone
|
| Set Warning? Maybe? | 20 Dec 2005 20:03 GMT | 6 |
I am running an external application script through hyperlink on a command button. When that happens, a windows warning pops up saying "Some files may contain viruses, do you want to continue? " How do I override that? I have tried Set Warnings False, but it doesn;t
|
| Customer keeping track of invoices received and paid. | 20 Dec 2005 19:43 GMT | 2 |
I am trying to figure out the best way to get an alert in my Access 2002 Database when an invoice that is for an active vendor has not been received. Ex. I receive invoices on a daily bases. If an invoice was received last month, it is assumed that if the account number from that ...
|
| Picture Importing | 20 Dec 2005 18:56 GMT | 1 |
I've searched this topic extensively, but no clear answer as how to accomplish the following task in a proper manner has been found. I wish to input pictures from a table that contains their path onto a form. The number of pictures per record differs, thus the number of pictures.
|