C
capri
Guest
I would like to create something similar to the SalesTotals form in the Solutions database.
In my case I have a table full of Activites identified by a field called UID.
Rather than select an employee as in the SalesTotals form I would like the user to be able to select a UID. I currently have approximately 600 UID's which is rather much for a dropdown box to handle. Is it possible to form ranges of say 50 UID's, then the user first selects a range, then the actual UID?
I would like the subforms to display various details about the selected UID. I have the first subform set up okay, but can't get the
SelectUID (was Salesperson) in the header to work. I originally exported the form from Northwinds to my database, and just tried changing the appropriate names. However I keep getting an error that highlights
Private Sub Form_Current()
[SelectUID] = Null
the original form read
Private Sub Form_Current()
[SelectSalesperson] = Null
End Sub
and I can't see where I am making an error.
Any suggestions would be appreciated. Thanks.
[This message has been edited by capri (edited 09-20-2001).]
In my case I have a table full of Activites identified by a field called UID.
Rather than select an employee as in the SalesTotals form I would like the user to be able to select a UID. I currently have approximately 600 UID's which is rather much for a dropdown box to handle. Is it possible to form ranges of say 50 UID's, then the user first selects a range, then the actual UID?
I would like the subforms to display various details about the selected UID. I have the first subform set up okay, but can't get the
SelectUID (was Salesperson) in the header to work. I originally exported the form from Northwinds to my database, and just tried changing the appropriate names. However I keep getting an error that highlights
Private Sub Form_Current()
[SelectUID] = Null
the original form read
Private Sub Form_Current()
[SelectSalesperson] = Null
End Sub
and I can't see where I am making an error.
Any suggestions would be appreciated. Thanks.
[This message has been edited by capri (edited 09-20-2001).]