Thank you for your replies, I have decided to proceed by having a the user enter the data to a temporary table and using the DSum() command on that, and when the user presses 'submit' the data will be written to the main table using an append query.
Regards
Samulayo
I am producing a time recording database for a large company and have a front end installed on each computer for accessing the backend data. The front-end timesheet entry is basically a single record form with a continuous record subform linked via a replicationID produced on the first form.
I...
re: godawgs
Sorry I didnt make explain correctly, I implied I was using
=sum([field]) or =dsum([field])
But I just used =sum() to explain the function I was using
Sorry if i caused any confusion.
Regards
Samulayo
I have a continuous add records form, and require a box in the form footer that will add up the value of one field for all of the records shown. Im able to achieve this on a report using =sum() but i cannot get =sum() or =dsum() to work on this form, The textbox just shows 'Name?'
Any help would...
I'm using the MS access security system and I was wondering if anyone knew of a way to create a form to delete a user from a workgroup or just move him to a no access group.
Thanks to some direction from JeremyNYC I am able to add a user using the CUser function from Microsoft and assumed this...
I'm using the MS access security system and I was wondering if anyone knew of a way to create a form to add a new user to a workgroup and add him to a certain group.
How easy it is to do this using Access 97?
Regards
Samulayo
Hello all,
I have two queries called active and timesheet, which shows the current active personnel and a list of all accepted timesheets respectively.
I would like to be able to produce a query/report that would show a list of all active personnel who have not submitted a timesheet for a...
Overview: to have variable rates for generating a report in Access 97
Detail:
I am designing a timesheet organisation database, whereby users can enter their timesheets for the week etc. in one FE, and then the administrators can review the timesheets, accept/reject them, and produce reports...
Overview: to have variable rates for generating a report in Access 97
Detail:
I am designing a timesheet organisation database, whereby users can enter their timesheets for the week etc. in one FE, and then the administrators can review the timesheets, accept/reject them, and produce reports...
Thanks for the replies. I have found no real way to do this, so i have decided to use the method of highlighting the record that is discontinued, the code for which i believe was writen by bill powers.
Regards
Samulayo
Sue, the use of a batch file to close the database would result in the same situation as if someone had just pressed the [x] close access window button. Any error messages _should_ be displayed before the window closes. Any unsaved records would (unless you use an update query or similar) just...
....BackColor = 14024661
.ForeColor = 0
End With
End If
End With
Next ctl
End Sub
*Thanks to Bill Power for this code btw*
If i run it in access 97 i get an error on acExpression
access cannot find the variable, so i assume a package needs...
...drive where the log is stored.
2nd line indicates the path where it is stored.
and the 3rd line indicates the command (xcopy), the file to copy (*.log), and where to save it to (and the format).
Save this as convert.bat (or <whatever you want to call it>.bat )
Then in Access File --> Get...
Why don't you use a batch (*.bat) file to do the closing of db1 and open db2 and then just stick a button to run the bat file on the open db2 button. I use this method to allow the user to make backups.
off the top of my head i cannot remember the close command. All you need is to write it in...
Does the output HAVE to be in access, if the guy just wants to view the output outside of access, then why dont you create a report from the required query, make a toolbar with an save as button, and save the report as a snapshot. this file can then be viewed using microsoft's snapshot viewer...
i make my own mainbar to replace the file one and set each form to use that one, use the start-up settings to turn off most access to stuff, turn off the ability to bypass autoexec and make an mde.
And of course access security/permissions thing if required
There's probably more ways to secure...
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.