| Thread | Last Post | Replies |
|
| FileDateTime Question | 15 Nov 2006 05:17 GMT | 5 |
I have gotten my code this far but not working. Dim MyStamp as Date MyStamp = FileDateTime(C:\Filecopy.txt) If MyStamp = Date Then
|
| creating pull down menu in a form in Access | 15 Nov 2006 04:59 GMT | 5 |
I am new to Access (using the 2000 version). I have created a form and I was wondering if Access will "do the work for me" in some of the fields. Is it possible to enter a zip code in a certain field and have the state automatically pop up in the state field? If not, how can I ...
|
| drop down list to fill in blanks | 15 Nov 2006 03:40 GMT | 1 |
I have created a continuous form called 'History' that I would like to have one of the fields a drop down combo box on a form that has a list of the users that are in a table called 'Employees' with the field called 'User'. I would like to be able to select the User from this ...
|
| how do I group controls in access 2007? | 15 Nov 2006 03:19 GMT | 2 |
I have several controls on a form previously grouped in access 2003. I am now trying to ungroup them & I see no way to perform grouping "Actions" (If you will) in 2007. Am I missing something here? Currently, it is a button image & a text label that was group together.
|
| Running Query on Subform | 15 Nov 2006 01:23 GMT | 3 |
I have a form "frmMain" which has a subform "frmSub". On my subform I have a date range field (that auto-populates to todays date, but can be changed) then I have a button to run a query based on the date selected. In my query I have the date field criteria set as
|
| Need help setting up relationships and query for form source | 14 Nov 2006 23:33 GMT | 3 |
---sorry about the previous post with no Message Text--- I'm running into a problem when I try to update a form. Here's the situation: This database tracks medical facilities and one bit of information it tracks is the Specialty(s) of the Facility (pediatrician,
|
| Rounding to the nearest 10c | 14 Nov 2006 22:22 GMT | 1 |
 Signature In my table I have a field TotalAmount, how do I get this to round to the nearest 10c .....Thanks Bob
|
| combo box filter | 14 Nov 2006 21:36 GMT | 7 |
I have a database that is based on data from plays in a football game. There is a form that I am trying to sort based off the values in a combo box. The combo box looks up values from a table. The table is called tblcriteria and has the criteria that meets certain situations. ...
|
| Email with a continous form. | 14 Nov 2006 21:13 GMT | 1 |
Is there a way to send a email within a continous form. I have over 400 records and I want the use to hight the recordselector and then click on an email button that that will open up email and only put the item that is selected in the body.
|
| Need a bit of Help! | 14 Nov 2006 20:27 GMT | 3 |
I have a form that shows an image using the following code: Private Sub FORM_CURRENT() On Error GoTo Err_Handler If Len(CStr(Nz(Me.Text42, "")) & CStr(Nz(Me.DISPLAYER, ""))) > 0 Then
|
| Form will not OPEN?! Help | 14 Nov 2006 20:03 GMT | 1 |
Hello Group. We have a shared access database on the network that a few people can access. They open the database normally without admin rights (do not hold down the shift button) and can access the forms. Whenever I open
|
| Access template for employees HR program | 14 Nov 2006 18:36 GMT | 2 |
I need a program design with all details for Employees HR managements
|
| Data linking in forms | 14 Nov 2006 18:17 GMT | 1 |
How do I get all data fields in a form linked to a combo box so that when I select a item from the combo box all or selected fields update accordingly? Thanks
|
| bug in filter | 14 Nov 2006 17:37 GMT | 4 |
filter error: One of my filters will not work the first time I run it but will when I clear and re run. Here is the code.
|
| Data going to All Records | 14 Nov 2006 17:10 GMT | 4 |
I have a main form with 7 subforms linked via master and child fields. The each subform is activated based on a combo box field selection. However when I enter data in the subform, each records pickups the entry. Is there a way to enter just for that record without the other ...
|