473,503 Members | 3,740 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

purchase order db

I have a purchase order database, i use 1 particular supplier very often -
i'd like to put a button on my form which, when pressed, 'auto-filled'
several fields (like supplier name, address, telephone number, buyer, etc).
Is this easy enough to achieve?

Thanks,
Lap


Nov 12 '05 #1
5 1615
I should have thought that you would have a table of suppliers and a srop
down box to select the supplier for each order. Presumably a FK in the
Orders table linking it to the supplier.

HTH
Phil
"Lapchien" <no**@m.com> wrote in message
news:10***************@ananke.eclipse.net.uk...
I have a purchase order database, i use 1 particular supplier very often -
i'd like to put a button on my form which, when pressed, 'auto-filled'
several fields (like supplier name, address, telephone number, buyer, etc). Is this easy enough to achieve?

Thanks,
Lap

Nov 12 '05 #2
Unfortunately no - our suppliers are wide and varied...


"Phil Stanton" <di********@stantonfamily.co.uk> wrote in message
news:3f***********************@mercury.nildram.net ...
I should have thought that you would have a table of suppliers and a srop
down box to select the supplier for each order. Presumably a FK in the
Orders table linking it to the supplier.

HTH
Phil
"Lapchien" <no**@m.com> wrote in message
news:10***************@ananke.eclipse.net.uk...
I have a purchase order database, i use 1 particular supplier very often - i'd like to put a button on my form which, when pressed, 'auto-filled'
several fields (like supplier name, address, telephone number, buyer,

etc).
Is this easy enough to achieve?

Thanks,
Lap


Nov 12 '05 #3
Lapchien wrote:
Unfortunately no - our suppliers are wide and varied...


That's not uncommon, however to do what you want in your circumstance
would be just a command button with the event procedure for onclick, e.g.

Sub cmdFavSupplier_Click()
Me!txtSupplierName = "Microsoft"
Me!txtAddress = "1 Microsoft Way, Seattle, Washington"
... etc.
End Sub
Nov 12 '05 #4
Cheers.

"Trev@Work" <no.email@please> wrote in message
news:3f***********************@news.easynet.co.uk. ..
Lapchien wrote:
Unfortunately no - our suppliers are wide and varied...


That's not uncommon, however to do what you want in your circumstance
would be just a command button with the event procedure for onclick, e.g.

Sub cmdFavSupplier_Click()
Me!txtSupplierName = "Microsoft"
Me!txtAddress = "1 Microsoft Way, Seattle, Washington"
... etc.
End Sub

Nov 12 '05 #5
"Lapchien" <no**@m.com> wrote in message news:<10***************@ananke.eclipse.net.uk>...
I have a purchase order database, i use 1 particular supplier very often -
i'd like to put a button on my form which, when pressed, 'auto-filled'
several fields (like supplier name, address, telephone number, buyer, etc).
Is this easy enough to achieve?

Thanks,
Lap


Lap,
one way to do it, and there are many, is to have a combobox on your
form where you choose the supplier/supplierID. you can hide all the
extra columns (set the width=0) and then use cboSupplier.Column(i) as
the controlsource for all your values you want to show (name, address,
tel#, buyer...) I like that because it's pretty quick and easy. All
covered in ADH, too.
HTH,
Pieter
Nov 12 '05 #6

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

3
5581
by: Roberto | last post by:
Hi! I would like to substitute every M$_Outlook installation in my office to a network/web based PIM. I think about PHP because I already know the language and can optionally personalize the...
4
278
by: Varun | last post by:
Hi I am interested in purchasing visual studio.Net for my company. i just have a few questions that i hope anyone could help me on I will mainly be using it to develop web applications. What i...
1
1259
by: Aspose Support Team | last post by:
Hello, Aspose.Purchase is Aspose's online purchasing system which enables you to quote, purchase, license and invoice by yourself with an authorized account. The whole prcocess is executed in an...
3
2069
by: C Villalba | last post by:
Birth Date and a Purchase Date aata is being stored in sql. This information is retrieved across time zones through a .Net Web Service. When the data is viewed in a .Net client application these...
2
1312
by: Warren Churulich | last post by:
Is there a way to allow a customer to make a purchase with Commerce Starter Kit without logging in? Please post the answer here and perhaps samples. Thanks, Warren
1
5945
by: Diggar | last post by:
I have a data base with about 4 different tables. 1. Cust info 2. Supplier info 3. Order History 4. Order details. Order history and details are on one form with details being the subform....
5
1823
by: walt750 | last post by:
I have been trying and looking for a few days to a solution into a query I am looking up one stock code from a table containing multiple outstanding purchase orders for that one item. The...
0
926
by: abhi | last post by:
Microsoft said on Tuesday that it has finalized its purchase of data warehousing specialist Datallegro. The company also detailed its plans for the technology, saying that the purchase will pave...
6
2640
by: GLEberts | last post by:
Novice looking for some direction!! I am trying to have a text box autopopulate with a number added to it at the end and I am having a difficult time doing this. Example: (1) I have a combo...
0
7192
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
7064
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
7261
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
1
6974
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
7445
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
5559
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
0
3158
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The...
0
3147
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
0
369
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.