Close subform but leave main form open
Sun, 17 Aug 2008 06:43:01 -0700
I have a main form in datasheet view called MainForm. On MainForm is a
subform called DataSubForm. DataSubForm has a Close command button on it.
When I open the subform and enter my data I want to be able to click the
Close button on the subform to close it (collapse it out of the way) and
leave MainForm ope ...
|
tab entry vs. command button entry
Sat, 16 Aug 2008 20:28:14 -0700
I have a form that has text boxes and combo boxes bount to a table. If i add
my data and tab all the way through the form it enters the data into the
table. I would like to change this behavior to require a command button to
enter the data.
I know i can unbound the form data and do something like this...
...
|
Using only one record
Sat, 16 Aug 2008 18:08:00 -0700
I have a database that the user enters in information related to customer
name, address, etc., along with selecting the item to purchase (a storage
building in this case). Additional combo boxes allow the user to select the
options and the number of each option, new or used, discounts, colors, full
purchase ...
|
switchboard problem
Sat, 16 Aug 2008 11:21:01 -0700
Hi any idea why my switchboard stays on top of my open ojects when i use it
to go to an object. the exampl is, when i click on my contacts table it does
ope but stays behind the switchboard. any help will be much appreciated
thanks guys for your continius support ...
|
Pulling information from master/detail tables for report
Sat, 16 Aug 2008 10:45:00 -0700
The heading basically says it all. I have finished the master and detail
tables and forms. Now I need to be able to print a report based on my
selection from the master table, obviously including the corresponding info
from the detail table.
I'd like to be able to do my selections from within a new form. A ...
|
Startup form question
Sat, 16 Aug 2008 17:48:31 +0100
Hi
How can I show the splash screen at the start-up while opening the main form
in the background and close splash form once the main form is loaded?
Thanks
Regards
...
|
Sub-form totals
Sat, 16 Aug 2008 09:06:00 -0700
I have looked an several posts on the subject of totals and grand totals on
sub-forms and forms with sub-forms and still can't get mine to work.
I have a sub-form called [Schedule] with the fields: part number,
numbermolds, and pourwt. everything works when I add a new record as far as
selecting a part numb ...
|
|
|
Rich Text Box in Form does not shrink!
Sat, 16 Aug 2008 08:36:01 -0700
I am getting the feeling Microsoft has not finished coding support for Rich
Text formats with their Text Box controls. This is the second issue I have
posted surrounding the (I once thought) helpful Rich Text format setting.
My new problem. In a form built to grow and shrink, the Text Box with Null
or emp ...
|
Field size
Sat, 16 Aug 2008 15:42:03 +0100
Hello
I have a subform that is continuous. Theres's a field that is memo and the
Key behaviour has 'Enter new line'.
The users will be entering anything up to 3 lines but mostly 1 or 2. I've
got the height of the field to show 2 lines which is looking good, viewing
3 takes up too much space and is a waste ...
|
Empty field when opening Form
Sat, 16 Aug 2008 07:36:01 -0700
I have a master/detail form setup and need the master form to select a new
row in the master table whenever I open the form. Currently it pulls the last
entry created and displays all its linked info. I need the text boxes and
fields empty otherwise users might accidently change existing entries. Which
would ...
|