hi lupins46,
the code i used (that is based on my newrecord button) is as follows:
Private Sub Command203_Click()
DoCmd.GoToRecord , , acNewRec
Me![provid].DefaultValue = Me![provid].Value
End Sub
When i click that button i get a prompt that says
runtime error 13
type mismatch.
I'm not...
Lupins46 and PH thanks so much for helping me out.
PH- i gave this code a try and i keep getting a type mismatch error. Not sure what i should change. the field provid is numeric..does that make a difference?
Again..thanks so much!!!!
jessi
I'm using Access '97 and in my Form i have a button that adds a fresh new blank record. How can i have it add a new record based on 3 fields from the current record i'm on?
Thanks so much for you help
Jessi
Hi, I'm trying to create an automatic feature in my table(or query...wherever it's oppropriate) to count cycles in my table. I have a provider table with dates of service and i want to count each unique providers "cycle" based on their dates of service in descending order. I'm unsure how to do...
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.