J
jpwgh via AccessMonster.com
I wrote in Dec. 07 regarding a consultant with suspect programming skills
(majority of programming done with macros and multiple examples of empty code)
. I appreciate all the feedback. The consensus was that he was lacking some
skills (one even said to "fire his *ss"). Problem is we are stuck with him.
For political reasons I can not bring up any issues about questionable
programming or the way he is doing something. I can only make requests about
how we want things to work. Even then, we are limited by his abilities. I
made a request for something, but he can't do it. Since I can't comment
about anything else, it sure would be nice at the next meeting to tell him
how to do it. The problem:
After logging in, you go to a client search form (continuous form lists all
clients). To add a new client, you click on a button to go to the form to
add the new information. On close, you go back to the client search form
(which was never closed). From here, there are one of two places to go.
Problem is, to go to the next form, you must be at the record of the person
you just added. His answer is to do a search using the search button. I
would like to be at the record of the person you just added.
I was able to accomplish it in a small database I created using the following:
Dim hldId
hldId = Me!Bed
Me.Requery
Me.Recordset.FindFirst "Bed=" & hldId
My scenario is similar, but my design concept is different. I am a novice
and this is all over my head. I got the above code from a tech site. I
search sites and tried different code. Nothing worked. Most of the code I
found pertained to tables, not forms. Since my skills are also limited (but
I don't pretend to be more), I am unable to adapt code to fit this example.
Please!!!!!! Can someone help me? It will make going to meetings with him
tolerable and maybe he will think twice before giving us bogus explanations
and excuses.
Thank you for your consideration and any feedback
(majority of programming done with macros and multiple examples of empty code)
. I appreciate all the feedback. The consensus was that he was lacking some
skills (one even said to "fire his *ss"). Problem is we are stuck with him.
For political reasons I can not bring up any issues about questionable
programming or the way he is doing something. I can only make requests about
how we want things to work. Even then, we are limited by his abilities. I
made a request for something, but he can't do it. Since I can't comment
about anything else, it sure would be nice at the next meeting to tell him
how to do it. The problem:
After logging in, you go to a client search form (continuous form lists all
clients). To add a new client, you click on a button to go to the form to
add the new information. On close, you go back to the client search form
(which was never closed). From here, there are one of two places to go.
Problem is, to go to the next form, you must be at the record of the person
you just added. His answer is to do a search using the search button. I
would like to be at the record of the person you just added.
I was able to accomplish it in a small database I created using the following:
Dim hldId
hldId = Me!Bed
Me.Requery
Me.Recordset.FindFirst "Bed=" & hldId
My scenario is similar, but my design concept is different. I am a novice
and this is all over my head. I got the above code from a tech site. I
search sites and tried different code. Nothing worked. Most of the code I
found pertained to tables, not forms. Since my skills are also limited (but
I don't pretend to be more), I am unable to adapt code to fit this example.
Please!!!!!! Can someone help me? It will make going to meetings with him
tolerable and maybe he will think twice before giving us bogus explanations
and excuses.
Thank you for your consideration and any feedback