-5

My teacher wants us to add 10% to the net income in our query and he told me he can't help us in out projects but I don't understand how to do that?the picture shows the query I am attempting to change

charlietfl
  • 170,828
  • 13
  • 121
  • 150
BIGK
  • 1
  • 1
  • Welcome to SO! See here on how to post questions that are likely to be answered: https://stackoverflow.com/help/how-to-ask. In this case you definitely want to post your code in-line. – Robert Moskal Oct 16 '17 at 01:51
  • I answered, but yes. Doing your homework for you is not really what this is about. – xpofer Oct 16 '17 at 05:59

1 Answers1

0

Change it to an update query.

For Field: put [Net Income]

For Update To: put [Net Income] * 1.1

xpofer
  • 172
  • 1
  • 8