Help. I have entered onto the Report Footer a calculation to add up all the estimated minutes on the report and convert them into HH:MM. Got close but it's off. For example: 360 minutes is being converted to 6 Hrs. 06 Min. This is the code I'm using:
="Total Estimated Time = " &...
I'm using MSAccess 2007. I have a Table called: Personnel and a field called [AccessLevel]. I'm trying to set the numeric value within the [AccessLevel] field as a Public Variant so I can call it later in the application. Could you please give me some help. I have copied my Standard Module...
I'm super new at this and this question probably seems extremely simple to most but I've tried the Append Query and it wants to append all records.
I have and Assets Table which has an AssetID field and I want to Copy the current record field data to my TasksHistory Table and put it into the...
I am very very new to Access and have been building a program to track tasks. The problem I'm having is I have my Assets table open by use of my Assets form. There is a subform called Tasks, in a database format, that only list related tasks to the Asset that is on the Assets Form. When I go...