I have a form with a field named comment which is populated from the following code (which is on the after update property of text box on the form which allows users to enter text):
Private Sub txtNewComment_AfterUpdate()
Dim NewComment As String
txtNewComment.SetFocus
NewComment =...
Hi,
Details:
tblTIMESHEETDATA
Fields:
WRKDAY (format date/time-short date)
SUBNAME
PROJECT
ACTIVITY
ENGDESC
HOURS
What I need is a query that will sum hours by SUBNAME/PROJECT/ACTIVITY grouping. This would be easy;
EXCEPT I need the hours grouped and...
Ok - you ever have one of those things that you know has a simple answer but for the life of you, you can't figure it out? Well this is one of those things.
Whenever I import an excel spreadsheet, I can't get access to allow me to change or even see the properties of any fields except the...
I have a report that which contains three fields:
[ASOF] which value is today's date
[DUE] which is the due date of payment.
[PASTDUE] value = "PAST DUE" (the visible property is set to false on this field)
What I am trying to do is have [pastdue] show when ASOF is greater than or equal to...
thanks mstrmage1768!
I figured out that the type of join or perhaps it is rather the cascade update/delete is selected that makes all the difference.
when I changed the relationship to a simple outer join - it worked.
thanks!
Hi,
I have a 2 tables:
tblREQ_LIST
tblREQ_DETAIL
Which I have a relationship set up for based on the REQ_ID.
I want to be able to open the tblREQ_LIST and hit a + sign on the record and have it show me the related records in tblREQ_DETAIL.
I've seen this in some of my other tables but have...
Tom - I tried to complete your first post - but being somewhat inexperienced at coding - I couldn't figure out how to create the Public Function (or where to create it).
So I tried your change to the comparison, here is what I have:
Private Sub DAY_BeforeUpdate(Cancel As Integer)
If Not...
I have subfrmTIMESHEET_EXISTING which currently displays data which matches [employeeid] on the main form frmTIMESHEET.
This is accomplished by setting Link Master Fields = cmbRESOURCE and Link Child Fields = EmployeeID.
I would also like to limit the data displayed to that where...
Thanks PHV, you have gotten me much closer. However, the message pops up no matter what value I enter in DAY.
How can the code be changed to cause the message ONLY IF the value of DAY is not between or equal to POPBEG and POPEND?
Thanks!
Hi,
I have a form frmTIMESHEET with a subform subfrmTIMESHEET.
On frmTIMESHEET there are fields POPBEG and POPEND (both date fields).
On subfrmTIMESHEET there is a field DAY (date field).
What I would like is after DAY is updated, for access to check to see if the value of DAY false between...
Hi,
I have two date fields pop_beg and pop_end. They both are formated at short date.
I need to combine the two fields such that that on my report the two dates can be displayed in one field with the days of each at the beginning.
For example:
pop_beg value 03/01/2006
pop_end value...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.