I'm basically pretty lost. My table I'm reporting from has an autonumber ID. Runs off SQL Server. I want to open my report based off a certain ID.
So I have a form, and a use clicks a button, and opens the report showing that Record with the certain ID only.
My only question is--how do I go about this? I am new to Crystal, and I can't find any of those types of properties within the VB code when you make a report with the designer. Do I send a SQL expression, formula field, parameter, or what?
And do I place it on the form that has the viewer, or on the code in the designer itself?
Thanks for any advice.
So I have a form, and a use clicks a button, and opens the report showing that Record with the certain ID only.
My only question is--how do I go about this? I am new to Crystal, and I can't find any of those types of properties within the VB code when you make a report with the designer. Do I send a SQL expression, formula field, parameter, or what?
And do I place it on the form that has the viewer, or on the code in the designer itself?
Thanks for any advice.