Hi I am trying to make a Visual basic application using MSACCESS as the back end. I have addded a checkbox and want it to be auto filles according to the table I wud be using.
Example: The form is Customer form and I want to pull up information from the database from the Customer table, all information about the Customer. Customer can have withdrawal account of deposit account. Bow how wud I show that information in the form and if I want to update the same in the database, how wud I do that?
Comments
:
: Example: The form is Customer form and I want to pull up information from the database from the Customer table, all information about the Customer. Customer can have withdrawal account of deposit account. Bow how wud I show that information in the form and if I want to update the same in the database, how wud I do that?
:
there is a property of a check box name value
0 - uncheck
1 - check
2 - grayed
so for example to check if its male or female
ex male is check and female is uncheck
if sex = "male" then
check1.value = 1
else
check1.value = 0
end if
:
:
: the width of your report is bigger than the paper width setting
try minimizing your report width to a short bond paper size.