murray83
Games Collector
- Local time
- Today, 16:47
- Joined
- Mar 31, 2017
- Messages
- 845
have this code at moment
CurrentDb.Execute "Update tbl_GoodGuy set [YourHealth] = " & Me.Text133 & " WHERE [GoodGuy] = 'Player'"
but i want to flip it so when user presses command it takes the health count and adds an arbitrary number of my choosing to it ( the number will be the same each time
but when i try and put a + it dont like it, what should i be doing
CurrentDb.Execute "Update tbl_GoodGuy set [YourHealth] = " & Me.Text133 & " WHERE [GoodGuy] = 'Player'"
but i want to flip it so when user presses command it takes the health count and adds an arbitrary number of my choosing to it ( the number will be the same each time
but when i try and put a + it dont like it, what should i be doing