I'm getting an error 3061, too few parameters on this:
Dim PrbApps1 As Recordset
Set PrbApps1 = CurrentDb.OpenRecordset("Select * FROM [Application] WHERE [PYR_TenderRef] =" & TenderID.Value)
where TenderID is a textbox
I'm new to this, but I've check everything I can think of. Probably simple error but any help would be greatly appreciated.