Topic: How To Edit Script SQLQUERY Report (where + Combobox)

If use datetimepicker for select date data to report use
Example

WHERE
co_internal.co_internal_full NOT NULL
and
date(person.date_ward_contact_first)>= date({DateTimePicker3})
and
date(person.date_ward_contact_first)<= date({DateTimePicker4})

if use combobox ? What use edit script

WHERE
co_internal.co_internal_full NOT NULL
and
date(person.date_ward_contact_first)>= date({DateTimePicker3})
and
date(person.date_ward_contact_first)<= date({DateTimePicker4})
and
co_internal.co_internal_full = value({combobox2})

It Error . How To edit Help me please !

My Visual Database : I Love You
Easy For Beginner Student For Me

Re: How To Edit Script SQLQUERY Report (where + Combobox)

I can't to know your database structure thus I can't show your right way.


an example:

WHERE
co_internal.id_tablename = {combobox2}
Dmitry.