Dear Sir Please Help Me that,I want to get result after Calculating here wag=4349 not as Wag=4349.25 that means just like Round Function In Excel
wag = (Val(bsc) / Val(DropDownList1.Text)) * Val(TextBox7.Text)
TextBox9.Text = Val(wag)
esic = (Val(bsc) / Val(DropDownList1.Text)) * Val(TextBox7.Text)
TextBox9.Text = Val(wag)
and also how is this possible to use Just like Roundup Function in Excel as
esic=71.1 then need to be esic=72
Is it Possible also in Access Query Analyzer ?
If possible Please Help Me
Thanks