B
Bruce M. Thompson
You can tell I am new to this, I am still pretty used to Excel, anyhow
If the field is a Date field, you must set it's value to a valid date, which
includes the month, date and year. Providing just the month and year will not
work. Is that what you're trying to do?
If you have a bound textbox, and you are trying to set its value
without typing it in(using code) how do you do that?
When I try to do that I get the error that you cant set its value.
What I am trying to do is to take a comboxes value from a popup form
for the current month and year, (the form becomes invisible after you select
their values)and insert it into a bound textbox, so the user doesn't have to
keep entering the date for the report(the month may be a month behind,
depending on when they enter data). Is this the wrong approach?
If the field is a Date field, you must set it's value to a valid date, which
includes the month, date and year. Providing just the month and year will not
work. Is that what you're trying to do?