Primary Key should be ID, Set the Identity Specification (Is Identity) = True
The following data is required for your database.Please remember you do not need to enter the ID as it will be entered for you.**You must enter four entries of your own with your name, your instructors name, and two names of your choice.The amounts and dates can be of your choice for your entries.Your assignment will not be accepted without this.
Create a dataset
Create a Data form like the one below using the Donations.mdf database file.
Update the backcolor to a picture of your choice.
Update the backcolor and forecolor of the buttons
Use appropriate naming conventions for controls.
Lock the controls on the form.
The amount text box must be formatted to currency
Create a Try Catch for the Save Item Click and create a message box for the Changes saved and the Exception if not saved.
Create a SQL Query (SELECT which returns rows) using the query builder to display all donations greater than or equal to $50.
The Filter Button uses the query to only display values filtered by the query.
0 comments