| Thread | Last Post | Replies |
|
| Time Function | 18 Jul 2007 00:58 GMT | 10 |
Good day, I am trying to code for the following: If the current time of day is less than 8:30 am and greater than 5:30 pm, exit sub.
|
| update query | 17 Jul 2007 22:54 GMT | 11 |
I have 3 tables joined (tblCSD, tblSpecialties & tblCSD_Specialties). tblCSD has my demographics with primary key CSDID, tblSpecialties has a list of clinical specialties with primary key specialtiesID and tblCSD_Specialties has the joined data of CSDFK & SpecialtiesFK. I then ...
|
| Passing a TreeView control around | 17 Jul 2007 22:38 GMT | 1 |
I'm trying to pass a TreeView control to a public global method to populate the tree with data from the DB. Here's the call I make from the Form Load: Private Sub Form_Load()
|
| non-function of cbo 'notinlist' | 17 Jul 2007 22:31 GMT | 3 |
Hi; Second time I'm asking this question, and hope someone can suggest a cure. I'm running a form with a cbo box for data entry. I have 5 other
|
| A97 ComboBox Scroll Limit Is Last Selected Record | 17 Jul 2007 22:30 GMT | 5 |
Hi Folks - this is weird - heard about others having refresh problems with a combo but never experienced this until now. Combo is on a subform: Rowsource is a table that has 600 plus records, and a ControlSource in my main table.
|
| errant notinlist event | 17 Jul 2007 22:20 GMT | 6 |
I'm using following notinlist event code for a number of cbo's on a form (that are all very similar), yet this particular one fails to work properly. After event is triggered, form is opened, and data entered, my cbo
|
| How do I make data from a main form appear on a subform? | 17 Jul 2007 22:04 GMT | 3 |
I want to make customer information appear in the subform when I click a command button. How might I do this? Thanks Dustin
|
| txtbox returns current user only | 17 Jul 2007 21:52 GMT | 2 |
Hi, hope someone can unmuddle my brain here. We have a db at work tracking all the phones, equip., fleet cars, etc. and separate tables for each tracking the assigned users, who change throughout the yr. Only 1 person has each piece of equipment at any one time.
|
| How do I control the initial size of a datasheet form | 17 Jul 2007 21:19 GMT | 1 |
The width property appears to be ignored and there isn't a height one visible. Having a form with only 2 relatively narrow columns open at ~1500pixels wide looks really bad.
|
| Delete Button on a form | 17 Jul 2007 20:54 GMT | 1 |
The title for this may be a little simpler than the problem I'm trying to explain. In my database, I have: tblPCName
|
| Combo Lookup Repost | 17 Jul 2007 20:32 GMT | 1 |
I Didnt Get My Lost Post Answered Correctly Maybe Cause i Didn't Explain my Self Properly. . Have a Main Form Named Enquiry_Input, Where The Data Source Is a Query Which The Query Is a Representation of the Enquiry Table, With An
|
| opening external text file | 17 Jul 2007 20:12 GMT | 1 |
Call Shell("TEXT.txt \\C:\labels.txt", 1) returns "file not found" I am sure it is the "TEXT.txt" that is causing the problem because I was guessing. Thanks
|
| "Email" without Outlook | 17 Jul 2007 19:24 GMT | 1 |
Using Access 2007, Windows XP Pro We have a form that automatically generates an email to specific people, based on the information collected by the form. A number of our users who will fill out the form do not have Outlook on
|
| Day Validation code | 17 Jul 2007 19:05 GMT | 2 |
I am looking for some help for my data entry form. In the form there is a combo box, which is used to enter date ("cboLongDate"). The date format is "Wednesday, June 13, 2007" . I need to confirm the day is Wednesday or not before the user click on add data or close form. The
|
| repeated use of the ActiveX Calendar | 17 Jul 2007 19:04 GMT | 1 |
I'm using the calendar to allow my users to request/report comp time, vacation, sick. I decided to have them create a new record for every day they want off. A lot of users are complaining that they have to reset the month every time they create a new record for say around ...
|