Form for tableHere's the problem:
Access 2003, XP Pro-
I have three tables that are related by primary keys. I have a
table[Table QC] that has the field [EmployeeID], the data type is
number--that field is linked to the autonumber primary key of the
Employees Table. So far so good. I am trying to make a form that has a
combo box that looks to the Employee Table to get me the drop down of
the employees (Last Name, First Name). The SQL statement builds out
okay, and I get the correct name config., but because the data type is
a number it won't accept the data. I looked at the Northwind example
and i...
Build Dynamic Query from FormI am trying to build a dynamic Query from a Form.
I keep getting an error that reads ‘Object qryFilter already exists’
I suspect it has something to do with the string of dates being passed to
the Query;
strDateCondition = "([Trades].[TDATE] Between [Forms]![SearchForm]![cboFrom]
And [Forms]![SearchForm]![cboTo])"
I am trying to add a means for a user to Query by Customer and Trader AND
all records between two dates. This was working fine for Customer and
Trader; when I added in the code to filter by dates I started having
problems.
I know the SQL will be li...
No Form Assistant in Quote Product ScreenWhile entering data in the QuoteProduct screen, no Form Assistant is
available.
Is it the usual feature or I need to configure something to view the
Form Assistant?
Also is it possible to see contact hierarchy in an account in the form
of a Organisational Chart?
Is their any add-on available in relation to this?
...
Multiple PST Files #2I am running Outlook 2003 and would like to have Outlook use two
different .pst files (one for my work stuff and one for home) on the
same computer. Is it possible to do this?
If so, can I can I configure one of the pst files to get e-mail from
one account, while the other pst file is configured to get mail from
the other account?
Thanks!
-D
Yes, you can create multiple PSTs. I keep mine stored in
the same file location but with different names.
Depending on which version of Outlook you run, you can
creat a new pst from file/new/Outlook Data File (I run
Outlook 2003 but had multiple P...
Sum in Form FooterHi Folks,
I've made a the following calculation in form Detail section into text
box and I've called my text box "Chaussures"
=Sum([Chaussures])+([aldo])+([Feet-First])+([Transit])+([Globo]),
this sum calculate the sum of Units which are into these text boxes
"aldo", "Feet-First", "Transit" and "Globo" and this for each line
record.
Now in the Form Footwear, How can I make the total of units
"Chaussures"
I've tried a lot of things and nothing seems to work.
Your help will be much appreciated,
Thankign you in advance,...
Multiple Bar Codes Per ItemI'm looking to use Microsoft RMS for a medium sized game store with
one terminal. One critical feature is the ability to have multiple bar
codes assigned to the same item. Can RMS do this?
Gary
Gary,
If you are talking about multiple part numbers, yes, use the alias function.
Remember what a barcode is. Its a graphical representation of a partnumber
that is machine readable. It doesn't describe the item, it is only a number
to reference that item. Just like your phone number, it means nothing, but
everytime someone dials that number, it gets to you.
--
*
"gareman" ...
Contact looses Post Office Box field when synchronized to OutlookWhen I sync contacts from CRM 4.0 to Outlook, the Post Office Box field from
the contact gets empty.
Anyone has the same issue?
...
Appending in a sub formI am creating a venue ticket tracking DB in Access '07. tblVenueEvent has
info about Venue, date, time, event with a VenueEventID (key field) which is
linked to tblTicketInfo which has section, seat, row, etc.
I set up an entry form completing VenueEvent info with a sub form for ticket
info.
Some of the venues have a standard set of seats that I want to "auto
populate" into the sub fom.
I have set up a Venue table with the standard seats for the venue.
I can set up an Append Query on the sub form, which does append the
tblTicketInfo, but does not capture the VenueEven...
multiple look upsA B C D E F G
H
1 PO TRANS $ $ AMT $ AMT QTY QTY
# TYPE AMT RECV VCHR RECV VCHR
2 4227 RECV 668 668 0 26 0
3 4227 RECV 2,415.80 2,415.80 0 94 0
4 4227 VCHR 722 722 0 26
5 TOTAL 3,084 722 120 26 2362.34
For column F and G, I need each QTY RECV to have a matching QTY VCH
(***See note at bottom) whereby ultimately, the total RECV QTY equal
the total VCHR QTY w...
collating information from multiple sourcesHi
Apologies if this has been asked before, but I'm a bit of a newbie when
it comes to mucking around in excel, I've had a search but I don't
really know what to call what I want to do, so finding the answer is
tricky...
Anyway. I have a dozen or so workbooks that are all of the same
format, 1 work sheet with a basic list of test scenarios in each, with
a unique reference for each row.
What I'd like to do is pull information from all those workbooks into a
separate workbook by the use of the unique reference. i.e If I type
in the unique reference in the master workb...
single user modeHi,
I need to be able to establish an exclusive connection to the database
and do a restore to it. Nobody, can be connected to that database
prior to the restore. Also, I need to be able to schedule it to run
on a daily basis.
I tried putting that db in a single user mode and then do the restored
in a transaction but I got the error that the restore command is not
allowed in the begin tran commit tran.
How can I accomplish that?
tolcis (nytollydba@gmail.com) writes:
> I need to be able to establish an exclusive connection to the database
> and do a restore to it. Nobody, c...
Is there a way to convert OE 03 form templates?I have a user that has upgraded from outlook 2003 to outlook 2007 and has a
form template from 2003 that is in a FDM extension.
Outlook 2007 is unable to read this form.
Is there a way to convert this form, or will the user just have to create a
new form with their new version of outlook?
Any information appreciated.
Thanks,
-AllenK
What happens when you try to install the form?
Any error message?
--
Robert Sparnaaij [MVP-Outlook]
Coauthor, Configuring Microsoft Outlook 2003
http://www.howto-outlook.com/
Outlook FAQ, HowTo, Downloads, Add-Ins and more
http://www.ms...
Multiple Item FormsHi. I am new to your form and am struggling with the Multiple Item Forms. I
want a combo box on the top that will select an id number from a table called
'SurveyA'. The multiple item form should then only display the records in a
table called 'ActTravDiary' with that id number. As the ID number is changed
a new group of records should be displayed in the form.
I know how to initiate a change in one combo box based on another combo box
(i.e. Row Source), but I cannot find a similar property for the multiple item
forms. Please help.
On Fri, 12 Feb 2010 21:00:2...
Set Enabled On All Controls in a Form?I am trying to set all controls visible, unlocked, and enabled, as the
baseline for disabling or locking down some fields based on other
criteria. Here's what I tried, which gives me an "Invalid or
unqualified reference" error:
Function SetEnabledFieldsBase()
Dim ctl As Control
For Each ctl In Me.Controls
.Enabled = True
.Visible = True
.Locked = False
Next ctl
End Function
I based this on several examples that were intended to do something to
all text boxes on a form. (I have never done this before, so sorry if
this i...
Look up column name, match rows (a/cnumber) & summing up....its confusing!Hi All,
Here is what I'v been trying to do but..!
I'v 2 sets of data (data1 & data2) Column name may be sane/different in
each data set and same applies to acct_no.. I want to prepare a report
that combine product & accounts data show accumulatd result on another
sheet/file.
Data 1 - upto Jan 2006
Acct. No Total Prod - A Prod - B Prod-C
1001 51 10 30 11
1002 47 15 20 12
1003 80 20 15 45
1004 64 25 16 23
Total 242 70 81 91
Data 2 - Feb 2006
Acct. No Total Prod - A Prod - B
1002 7 5 2
1004 16 10 6
1009 9 3 6
Total 32 18 14
Report required
Acct upto Jan'06 Prod - ...
sent and received fieldsI've just switched from Outlook Express to Outlook 2000. In one of my
folders, I have sent and received emails that I want to sort together based
on the sent or received date, but all my sent emails sort together because
the received field has no value. And the same for the received emails. Is
there a way to combine these fields or tell Outlook to sort based on both of
them? Do I need to write a VBA macro to accomplish this?
Thanks,
Michael
...
Option for fields to show up in datasheet viewHello,
Since most people are more familiar with excel then access, my users prefer
to see it in datasheet view. However, since it could be too long, anyone can
help me how to make an option to show up only field that we can chose in the
form.
I remember there is a sample of database that has that one, but I do not
know where is it now. Please help.
Thanks in advance,
Frank
--
Frank Situmorang
Simplest solution might be to set the Visible property of the controls on
the form, based on the fields the user wants to see.
--
Allen Browne - Microsoft MVP. Perth, West...
multiple disclaimers with microsoft antigen 9hello,
i need to make multiple disclaimers with antigen. the html is not the
problem, but i am not able to make a nice plain text one.
how can i format the plain text disclaimer to have line breaks????? i tried
many things but it displays always in one line...
the code looks like this:
---cut---
<group number="1">
<disclaimers encoding="iso-8859-1">
<disclaimer type="html"><br/>HTML<br/><br/>
Company<br/>
Street<br/>
Legal<br/><br/>
CAUTION - bla bla bla</disclaime...
filter records in a formI've created a form with its subform to enter tasks of employees. however I
need filter records only for active employees
The form has as a source, the table CARD_EMP (employee card). It has a field
ST_EMP for the employee status (Active , Pasive)
In the Event Form_Current I wrote
DoCmd.ApplyFilter ST_EMP='A'
but it doesn't work
Thanks for advance
Carlos
--
Message posted via http://www.accessmonster.com
Hi mamumi
Your advice was the solution
Thanks a lot
Carlos
--
Message posted via AccessMonster.com
http://www.accessmonster.com/Uwe/Forums.aspx/access-formscodin...
GENERATE a TEXT FILE Using INPUT from a Form ??I need to generate a Text file using (partly) information entered by the user
on a form.
I already have the TEMPLATE for the text file......I need to generate a COPY
of the file with the word entered by the user into the form INSERTED into the
text file.
The text file is actually code for a web page (will have an .htm extension).
The file is simply an exact copy of an existing template with only ONE ITEM
of the text changed to a word that is entered into a form by a user.
Example:
One line within the template file is:
"We have several of these items available in BLUE."
I have...
find related messages not workingI have a user when he clicks on the banner to find related
messages...nothing happens. It used to work as planned
and he claims nothing was changed.
Hello,
please use scanpst.exe and if it isnt working after that,
try to use ? | see and repair
>-----Original Message-----
>I have a user when he clicks on the banner to find
related
>messages...nothing happens. It used to work as planned
>and he claims nothing was changed.
>.
>
...
auto fill in data when changing fieldsi new to crm 4 and i would like to; once i selected the account i need it to
grab the main phone and put it in the phone field, and could you tell me
where i need to do this, thanks
--
j.hardy
you can modify the mappings of the corresponding relationship
"moon" wrote:
> i new to crm 4 and i would like to; once i selected the account i need it to
> grab the main phone and put it in the phone field, and could you tell me
> where i need to do this, thanks
> --
> j.hardy
...
In excel how do I delete an option button form already in worksht
Hi Va Run,
Try:
Activesheet.Shapes("Option Button 1").Delete
Change the name of the control to accord with your situation.
---
Regards,
Norman
"Va run" <Va run@discussions.microsoft.com> wrote in message
news:3F4F80A0-347F-4603-ABAB-25B635E96C84@microsoft.com...
>
...
How can I use a form (Excel) to add a column of data to the right.How can I use a form (Excel) to add a column of data to the right of a list?
It's a simple matter to add a column to the left of a list by writing a
macro that inserts a column and then pastes the values. However I want to
have the data pasted on the right of a list, if only so that I can easily run
a chart from it.
...
Multiple Background Shades in GraphHi,
I'm trying to create graph with multiple background shades. i.e if i were
trying to create a graph of the price of a stock, when the stock has had an
upward trend the background would be a different color than that of when the
stock has had a downward trend. Also if the colors of the background would
only be on top of the stock plot. Any help would be greatly appreciated.
Thanks,
ask72883
...