J
Jorge Ribeiro
Hello
I've a bound form with specific query like "select * from customers", and
inside the
form several bounded controls to recordset fields... so far so good
Now i want to have a property that when set would make my form requery showing
the result of "select * from customers where idCustomer=123" (where 123 is
the property received value)
How can I do this?!
And another thing: when i first open the form, if parent form doesn't call
that property, i need that form to jump to a new record... is this possible?
Kind a urgent demand here
best regards
Miguel
I've a bound form with specific query like "select * from customers", and
inside the
form several bounded controls to recordset fields... so far so good
Now i want to have a property that when set would make my form requery showing
the result of "select * from customers where idCustomer=123" (where 123 is
the property received value)
How can I do this?!
And another thing: when i first open the form, if parent form doesn't call
that property, i need that form to jump to a new record... is this possible?
Kind a urgent demand here
best regards
Miguel