How can I create a field that shows the values as Order 1\3, Order 2\3 etc in
my form\table.
My table has..
ID Order
234 Order 1
234 Order 2
234 Order 3
345 Order 1
345 Order 2
Thank you very much
--
Message posted via http://www.accessmonster.com
|
|
0
|
|
|
|
Reply
|
mls
|
3/17/2010 5:57:28 PM |
|
Forms display data, tables store it.
Are you trying to do this on the form? You certainly shouldn't be trying to
do this in the table, as that "value" could change as there are more/fewer
orders...
More info, please...
Regards
Jeff Boyce
Microsoft Access MVP
--
Disclaimer: This author may have received products and services mentioned
in this post. Mention and/or description of a product or service herein
does not constitute endorsement thereof.
Any code or pseudocode included in this post is offered "as is", with no
guarantee as to suitability.
You can thank the FTC of the USA for making this disclaimer
possible/necessary.
"mls via AccessMonster.com" <u55943@uwe> wrote in message
news:a527580da9c9f@uwe...
> How can I create a field that shows the values as Order 1\3, Order 2\3 etc
> in
> my form\table.
>
> My table has..
>
> ID Order
> 234 Order 1
> 234 Order 2
> 234 Order 3
> 345 Order 1
> 345 Order 2
>
> Thank you very much
>
> --
> Message posted via http://www.accessmonster.com
>
|
|
0
|
|
|
|
Reply
|
Jeff
|
3/17/2010 7:15:46 PM
|
|
I want to display this on the FORM. As of now my form shows Orders in
sequence, as they are indexed by ID numbers and OrderNo.
One way I can do this is.. I can create a subform and shows all the order
details for that particular Orderid. But What I want to show as immediate
solution is Order1/3 on the existing form so that people will not get
confused by looking at the first record and forgetting about second or
subsequent records for that ID.
Hope this helps..
Jeff Boyce wrote:
>Forms display data, tables store it.
>
>Are you trying to do this on the form? You certainly shouldn't be trying to
>do this in the table, as that "value" could change as there are more/fewer
>orders...
>
>More info, please...
>
>Regards
>
>Jeff Boyce
>Microsoft Access MVP
>
>> How can I create a field that shows the values as Order 1\3, Order 2\3 etc
>> in
>[quoted text clipped - 10 lines]
>>
>> Thank you very much
--
Message posted via AccessMonster.com
http://www.accessmonster.com/Uwe/Forums.aspx/access-formscoding/201003/1
|
|
0
|
|
|
|
Reply
|
mls
|
3/17/2010 8:17:41 PM
|
|
I could only complete half of the query..SELECT [orders]. OrderID, (Count(
[orders].OrderID)) AS Total_Orders
FROM [orders]
group by [orders]. OrderID;
but need to add one more field which has the value of orderno\Total_Orders
and also not sure what event will be approritate for this
mls wrote:
>I want to display this on the FORM. As of now my form shows Orders in
>sequence, as they are indexed by ID numbers and OrderNo.
>One way I can do this is.. I can create a subform and shows all the order
>details for that particular Orderid. But What I want to show as immediate
>solution is Order1/3 on the existing form so that people will not get
>confused by looking at the first record and forgetting about second or
>subsequent records for that ID.
>
>Hope this helps..
>
>>Forms display data, tables store it.
>>
>[quoted text clipped - 14 lines]
>>>
>>> Thank you very much
--
Message posted via AccessMonster.com
http://www.accessmonster.com/Uwe/Forums.aspx/access-formscoding/201003/1
|
|
0
|
|
|
|
Reply
|
mls
|
3/17/2010 8:31:33 PM
|
|
Post the SQL of the query you have that feeds the form.
--
Build a little, test a little.
"mls via AccessMonster.com" wrote:
> I could only complete half of the query..SELECT [orders]. OrderID, (Count(
> [orders].OrderID)) AS Total_Orders
> FROM [orders]
> group by [orders]. OrderID;
>
> but need to add one more field which has the value of orderno\Total_Orders
> and also not sure what event will be approritate for this
>
> mls wrote:
> >I want to display this on the FORM. As of now my form shows Orders in
> >sequence, as they are indexed by ID numbers and OrderNo.
> >One way I can do this is.. I can create a subform and shows all the order
> >details for that particular Orderid. But What I want to show as immediate
> >solution is Order1/3 on the existing form so that people will not get
> >confused by looking at the first record and forgetting about second or
> >subsequent records for that ID.
> >
> >Hope this helps..
> >
> >>Forms display data, tables store it.
> >>
> >[quoted text clipped - 14 lines]
> >>>
> >>> Thank you very much
>
> --
> Message posted via AccessMonster.com
> http://www.accessmonster.com/Uwe/Forums.aspx/access-formscoding/201003/1
>
> .
>
|
|
0
|
|
|
|
Reply
|
Utf
|
3/17/2010 9:13:01 PM
|
|
Form is based on a table and I don't have any queries so far.
KARL DEWEY wrote:
>Post the SQL of the query you have that feeds the form.
>> I could only complete half of the query..SELECT [orders]. OrderID, (Count(
>> [orders].OrderID)) AS Total_Orders
>[quoted text clipped - 19 lines]
>> >>>
>> >>> Thank you very much
--
Message posted via AccessMonster.com
http://www.accessmonster.com/Uwe/Forums.aspx/access-formscoding/201003/1
|
|
0
|
|
|
|
Reply
|
mls
|
3/18/2010 12:47:18 PM
|
|
|
5 Replies
154 Views
(page loaded in 0.079 seconds)
Similiar Articles: making a work order form new database - microsoft.public.access ...... either in a new field ... work order dates when figuring out total days? Or, since i am building a new ... to submit their job orders to you using your new work order ... How do you sort 2 date fields in assending order (query or report ...I have 2 DOB fields (client and spouse) in a table that I currently print off the birth month and call them on their b-day. I really wish I could f... SOP: Multiple orders to single invoice? - microsoft.public ...I have implemented a good number of their ... done (in no particular order): 1. A new (or user defined) field can ... Quote to go to Purchase Order ... SOP: Multiple orders to ... Creating a calculated field using dates in a form - microsoft ...... or filter) on my date > field. Do I need to create a new ... which will only give me a number total ... calculated field ... the ... for a Date/Time field in a query. =[Orders ... Sorting Tables in Order - microsoft.public.word.vba.general ...... to enter their ... pivot table field, so new items are in alphabetical order; sort pivot ... Pivot Tables - Subtotals, Create ... sort text, numbers, or data in ascending order ... Database to track inventory in company cars - microsoft.public ...... to allocate it to each car with their own ... number in the Quantity Ordered field and as a positive number ... The total quantity on order > should be equal to the ... Sort order on my styles is messed up ... - microsoft.public.word ...For some strange reason when I create a new paragraph ... select a value in the "Style based on" field ... Styles then appear in numerical order according to their assigned ... Not equal to zero - microsoft.public.access.queries... table called orders. Within the table I have set up Order ID, Order Date, Cutomers Name, Total ... have added a new ... ***Create a query (or calculated field) to calculate ... Calculated Query - microsoft.public.access.queriesI wish the total time to be display in number of hours and ... will show the following fields: Part#, Order ... Office.com You need to create a new calculated field ... Count Records in multiple tables - microsoft.public.access.queries ...... field. The tables are > joined by Orner Number ... new ... order. Then, in the main query, I summed the number of non-zero results for each person's orders to get their ... Managing customer orders in Access - Access - Office.com... phone and fax number ... If it is for a new customer, you need to create a record for that customer. Then you can add order ... in the Product field in the subform under Order ... How to Create an Order Form | eHow.comHow to Create an Order Form. The ... How to Make an Order Form. Businesses make orders ... forms for their yearly campaigns. However, smaller,... How to Create Order Forms in ... Custom Fields in QuickBooks : Practical QuickBooks... add a limited number of fields ... that there is a field for “computer system”. If you create a new ... purchase orders, etc. I am trying to get custom fields onto my ... Magento - Wiki - Chapter 8: Managing OrdersClick Create New Order in ... to Invoice field, which will be prepopulated with the total quantity in the order ... see the number of items selected at the top of the Orders list ... Work Orders | Free Work Order Form Template for ExcelOther: The last field before the total can be used for ... City, ST ZIP] with [Account Number]. Then get others to submit their job orders to you using your new work order ... 7/11/2012 9:24:04 PM
|