A
ace
I can see my form in design view but when I go to form view it is blank!
Any idea why!
Thanks,
AC Erdal
Any idea why!
Thanks,
AC Erdal
I can see my form in design view but when I go to form view it is blank!
Any idea why!
Thanks,
AC Erdal
Here is the record source for the form;
SELECT tblContacts.IDContact, tblTransaction.IDTransaction,
tblProperties.IDProperties FROM tblProjects, tblProperties INNER JOIN
(tblContacts INNER JOIN tblTransaction ON
(tblContacts.IDContact=tblTransaction.IDContactSellerAgent) AND
(tblContacts.IDContact=tblTransaction.IDContactBuyerAgent) AND
(tblContacts.IDContact=tblTransaction.IDContactBuyer) AND
(tblContacts.IDContact=tblTransaction.IDContactSeller)) ON
tblProperties.IDProperties=tblTransaction.IDProperties;
I thouth you need to have these relationships to be able to access to all
these tables through the tab control in this form! I have a tab for
Transaction, Buyer, Seller, BuyerAgent, Seller Agent, and Properties. When I
remove this select statement, I can see the form. It is not blank anymore!
Can you explain what is going on!
A different question. When I click on the, for example, first tab, the page
moves up and fields above the tab cannot be seen unless I scroll up again!
Why the form page is jumping to the tab?
John,
I did submit a reply, and it is not in the system again! This happened
before with you for a different problem! I am not sure how is it possible
that my replies are being deleted from the system?
First, I would like to understand what you mean by "combo box bound to
IDContactSellerAgent" Please explain how one could bound combo box!
A different question. When I click on the, for example, first tab, the page
moves up and fields above the tab cannot be seen unless I scroll up again!
Why the form page is jumping to the tab?
John,
The problem is relate to following:
YOU WROTE: The controls don't fit onto the tab page. Expand the tab control
or squeeze the controls closer.
I have tried everythink I know possible to work around this problem but
still the page is jumping up when I click on the tab such that form shows the
tabs and anything below. There are two comboxes above the tabs that you
cannot see anymore unless you scroll up!
Perhaps you can explain little more! When you are talking about the
controls, I presume you are referring the ones in the tab! If that is the
case controls are fitting into the tab page. Is there anything else that I
can check?