| Thread | Last Post | Replies |
|
| Password Protection | 25 Jul 2005 08:02 GMT | 1 |
I have password proctected my data base by going into the Tools/ Security/Add user Group permissions (or add accounts) It seems to work ok on the PC where I set up permissions and passwords ETC, however when I try and access the data base from another computer, the data base does ...
|
| Group Using Conditional Format | 25 Jul 2005 07:39 GMT | 1 |
Is there a way i can group like items in a datasheet or tabular form? I'd like the first column to have the main group. i'd like the first item of a series of rows to be visible and the subsequent like items in the same row invisible (like an Access report or Pivot table report.) ...
|
| Create a new user using access security | 25 Jul 2005 05:12 GMT | 1 |
I have an access database (mdb) file and a front end app (mde) which use Access's security, with groups and accounts. Groups are: grpDeveloper, grpAppAdmins, grpAppUsers. I, as a developer (grpDeveloper), have full rights and belong to all groups.
|
| Why doesn't this work? | 25 Jul 2005 05:07 GMT | 1 |
I received this code from Albert Kallal and it works great Except I cannot seem to get the code to work with combo boxes I populate with information from queries I use to alphabetize names. Anyone know why it won't work with the combo boxes?
|
| test for continuous mousedown event? | 25 Jul 2005 03:37 GMT | 7 |
I have a button that moves a record one position when it is clicked. i would like to continue to advance records when the button is held down. what would be the best way to do this? thanks,
|
| Null Problem | 25 Jul 2005 02:52 GMT | 12 |
I have a Main Form with a Subform. In the footer of the subform I have an Expression that works as long as there is a record. If there are no records I get nothing, I want the total to be 0, I tried the two following expressions, they only work if there are records. Otherwise ...
|
| Adjusting the size of a subform using code | 24 Jul 2005 23:15 GMT | 1 |
I have a subform that has a "TOTALS" textbox that is a calculated field. The number of line items in it will change for each customer. I tried adding up the heights of the form header & footer(0.1667) + Count of line items * 0.1667 so that the TOTALS will be right under the last ...
|
| Sub? | 24 Jul 2005 23:03 GMT | 1 |
I will like to create three combo boxes (already done) in which each narrows down the previous information inputted. ie. Categories: Cameras; Sub Categories: Digital; Detail: Fuji, etc. But if I change the Category to be other (ie Clothing) the sub category and detail boxes will ...
|
| Go to matching record from one subform to another | 24 Jul 2005 22:51 GMT | 1 |
I have an unbound main form (frmProjects) with several tabs: Home, Studies, Manuscripts, etc. Each tab has a different subform. On the Studies tab is a subform (fsubStudies) which shows studies; on the Manuscripts tab is a subform (fsubManuscripts) which shows manuscripts, etc. ...
|
| accessing a subform | 24 Jul 2005 22:49 GMT | 3 |
I have a form A where I have a command button that needs to open Form B. Form B has a subform C on it in datasheet view. I need the command button to also add a new record into subform c. I keep trying to get it to do that but is says it can't find my subform. Form B opens ...
|
| Object variable question | 24 Jul 2005 21:49 GMT | 3 |
I need to have a way to identify the individual text and label controls on a form within my VBA code in order to set the properties depending on conditions. There are 25 text fields, and I don't want to repeat 25 loops of code; I want to do it in one nice loop using a counter, ...
|
| calling sub by variable name | 24 Jul 2005 16:39 GMT | 1 |
how can i call a sub (VB) from another sub (same module) where the sub name is variable ? Tnx, eyal
|
| cannot update. Database or object is read-only | 24 Jul 2005 16:01 GMT | 1 |
I have this annoying bug that is driving me up the wall. This code used to work but has suddenly stopped. When a user closes the report, if they answer Yes to the prompt, I want a field called Invoiced to be set to true. If anyone can help, I'd really appreciate it.
|
| Me.Visible | 24 Jul 2005 08:32 GMT | 2 |
Can someone tell me why this code is not working OnClick Event of lstClickOpen me.lstClickOpen.Column(1).visible=true I keep getting a runtime error (424 Object Required) when I do.
|
| Returning invalid use of Null error | 24 Jul 2005 05:27 GMT | 6 |
I have an issue with an If statement. The scenario: for a current client, the user double clicks a client namein a listbox - the client file opens. Fields on the form are visible according to client type.
|