| Thread | Last Post | Replies |
|
| Save/overwrite record? | 18 May 2005 02:16 GMT | 2 |
Howdy gang, Sounds simple; I've a form with a few subforms. What I'd like to be able to do is access the master form record via the form, then just modify that record by attaching a subform record to that master record.
|
| Is there a way to get all Group or Users objects from Active Directory | 18 May 2005 00:32 GMT | 1 |
I hope somebody knows answer here I was NOT able to find newsgroups for ADS or LDAP coding. I already have LDAP query that pull info if I specify exact attribute. But I want to do partial searches etc
|
| Bookmark scrollbar postion | 17 May 2005 23:46 GMT | 3 |
Is there a way to bookmark a scrollbars position in a subfrom based off the record set. I have similiar things in the past, but havent been able to get them to work for me.
|
| The amount of time (hrs/secs) between 2 times | 17 May 2005 23:19 GMT | 2 |
Anybody have code to determine the amount of time (in hours and minutes) between 2 different Time settings? In an application I have, I record the Time() a user logged on, and the Time() they logged off, and wish to determine elapsed time they were logged
|
| Setting form control value to a variable in VBA | 17 May 2005 23:09 GMT | 6 |
I am very new to VBA. I have had only a brief introduction in my MS App college course. I am trying to get a value in an unbound calculated control to round up or down depending on the value. This is a timesheet database. The line giving me a problem is:
|
| inputbox function | 17 May 2005 23:04 GMT | 1 |
I wish to validate the data provided by user thru a inputbox whether the user has put an integer value n if not to give a message to the user that only integer values should b typed Thanks in advance
|
| Copy record information to another record | 17 May 2005 22:02 GMT | 7 |
Have previously posted with no reply. Really need some help. I have form that pulls from a query that touches several tables. This form is for entering different attributes of jobs that my company is currently working on. Many times several related jobs have data that is
|
| Filter subform from combo-box | 17 May 2005 21:34 GMT | 2 |
Can anyone advise the best way to filter a subform from the after_update event on a combo-box. The main form is unbound, the subform is bound as it displays multiple records. I've tried changing the recordsource, but this stops me closing the form again(?) and I've tried using DoCmd ...
|
| Or? | 17 May 2005 21:26 GMT | 2 |
How do I say 'or' in VB? For example I want to say: If xxxxxx or xxxxxx Then End If
|
| Superscript | 17 May 2005 21:26 GMT | 1 |
I need to show m3 as cubic metres so the 3 needs to be a superscript. Does anybody know how to accomplish this on a form and report in Access 2003? Thanks
|
| drilling down to the subform syntax | 17 May 2005 21:06 GMT | 2 |
I have a sub procedure on my main form. I would like to get the value for a particular column in my subform. what would the syntax be if my subform control was called subformMain and the form in the subform was called form_Main ?
|
| not in list | 17 May 2005 20:48 GMT | 13 |
I know there is a lot of posting here about this topic but I couldn't find a good solution. I will try to clear the situation. I have one form with 3 comboboxes that are all connected to each other with queries But now i would like to enter a
|
| How to generate continous form thru VBA code ? | 17 May 2005 20:23 GMT | 4 |
I have created one continous form and I am generating values in a loop. I want to show values in Text boxes in the continous form's detail section when the loop execute. In each execution the detail section create new row. Look forward for a solution.
|
| Database crashes | 17 May 2005 20:11 GMT | 9 |
I can't be very specific I'm afraid about what's causing the crashes but I have a database that is used by two (or occasionally three) people and is on a network server and it falls over from time to time throughout the day. The main form is complex and has quite a bit of code ...
|
| Which event to use | 17 May 2005 19:57 GMT | 2 |
I have code to change the background color of a form based on the value of a field. I am trying to add it to the appropriate event(s) to ensure that it is always active. I have added it to the form->open event but I don’t know where to add it to account for the navigation buttons ...
|