Samantha
still learning...
- Local time
- Yesterday, 22:23
- Joined
- Jul 12, 2012
- Messages
- 187
I am hoping someone can give me some insight into how I fix this code to fit my needs.:banghead:
I found http://msdn.microsoft.com/en-us/library/office/aa140106(v=office.10).aspx?ppud=4 this article which explains how to make a dummy table and fill it with blank records. The author mentions that you can use a parameter query instead of a dummy table. Although, I really am not sure what to change to accomplish this
So I got my parameter qry set to retrieve the one record, I created the form and the labels.
This is where the code stops
Thanks for taking a look!
I found http://msdn.microsoft.com/en-us/library/office/aa140106(v=office.10).aspx?ppud=4 this article which explains how to make a dummy table and fill it with blank records. The author mentions that you can use a parameter query instead of a dummy table. Although, I really am not sure what to change to accomplish this
So I got my parameter qry set to retrieve the one record, I created the form and the labels.
This is where the code stops
Code:
rst.Open "SELECT * From qryProposalLabels", , _
adOpenDynamic, adLockOptimistic
Thanks for taking a look!