Hello! I have two tables, one is Emp (basic employee information) and the other is EmpAudit (results from auditing file). They are linked using the EmpID, and EmpId is the primary key in both tables. I've been trying to create a re-hire button that eliminates the record in the EmpAudit table...
I am working on a computer inventory database. We want to record some of the individual components in the various machines (as we build all our computers in-house). I have made a table for components, a table for configurations, and a table for software. I would like to be able to use a form...
Hello.
I am working on a workorder form that, after an update, opens and finds the inventory record in another form. I keep getting "Run-time error '2501': The OpenForm action was canceled.
This is what my code looks like.
If Me.Dirty Then ConfirmChg
DoCmd.OpenForm...
I would like to force one field in a form to store only capital letters, while the rest of the form is in the first letter capitalized form. Anybody know how to do this via code? I think you would use the Key Press, but I have NO sample code...and I am lost....
Thanks!
I have a field for the hire date, and I also have a form that SHOWS the evaluation dates, but there is not a field for them. I am currently trying to create a report where the Personnel Dept. can enter a month, and it will pull up any employe that is due for an eval (either 90 day or 1 year). I...
I am working on a form where (after pressing a button) key elements are deleted. I have a parameter query set to pull up the correct record, however, this still requires the user to enter the ID as it appears on screen. Is there any way to have access put that ID in the criteria when the query...
I am working on a form where (after pressing a button) key elements are deleted. I have a parameter query set to pull up the correct record, however, this still requires the user to enter the ID as it appears on screen. Is there any way to have access put that ID in the criteria when the query...
I am working on an application for multiple users. Some of them have their monitor settings at 800 X 600(pixel) instead of 1024 X 768. This causes the forms to be "blown up" and makes them have to scroll. Is there a way to have access automatically size the app according to screen...
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.