Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: antonycat
  • Content: Threads
  • Order by date
  1. antonycat

    Use trigger to number each order line

    I am wanting to set up a trigger on our SQL server 2000 to create a sequential order line number in the OrderLines table for OrderID. I will be inserting data from an OrderLinesAdd table into the OrderLines table but want the LineNumber field to be incremented by 1 for each group of orders...
  2. antonycat

    Code to run stored procedure returning Invalid use of property

    We have an Access 2002 frontend and SQL Server 2000 backend. I am trying to get this function to work but am getting Invalid use of property, when the code gets to cmdSQL.CommandType Here is the code I have written: Public Function GetStoredProcedure() As String On Error GoTo...
  3. antonycat

    Increment each order line number by 1 for the same OrderID only

    I have the following set of example data: OrderID LineNo OrderQty 102 1 10 102 2 5 103 1 2 103 2 3 103 3 20 If I then add another OrderLine for example OrderID = 102, I would like to increment the LineNo...
  4. antonycat

    Retrieve data with same values from different rows

    I am needing to create order references for data that we are then going to pass into 3rd party software. So the structure of the order reference has to be in a specific format for their software. Here is some example data from the Access table 'Transactions' and the order reference that I need...
  5. antonycat

    Draytek Router to SBS2k server problem

    I am trying to setup a site to site VPN from an ADSL Draytek 2600 router (Remote site with Static Public IP Address, DHCP server for remote LAN) to our SBS2K server (Head Office with different Static Public IP Address). I have run the Local ISA VPN Server Wizard on the SBS and have set it up...
  6. antonycat

    Printing copies of pages that are customer specific

    I am producing a product check sheet for a date range for a number of different customers. Now the product check sheet may only be 1 page for 1 customer but >1 for another. 2 copies of each check sheet go on each customer's pallet that we send out. So I need to automate the printouts so that...
  7. antonycat

    If then Else Statement not correct

    Hi All This is my first attempt at any code but cannot get it to work. Please could someone help me correct the following code including the date formatting: Public Function DateCode() As String '1)If chrCoDivision = TS, then DateCode = Format([dtmDlyDate]+[dblMaxShelfLife]) as ”dd mmm”)...
  8. antonycat

    Union Query for predicted vs actual sales

    Hi All Need some help generating a report. I have a table of products with their planned sales by week no & customer. I can then gather the actual sales from the Orders but I need to be able to produce a report of planned vs actual, where in some cases, there are planned but no actual sales...
  9. antonycat

    Multiple linked criteria to run append query

    Hi all Am I able to setup a dialog box (form) in order to select multiple linked criteria in order to run a series of append queries ? At the moment each customer has 2 different append queries to gather the pricing data for 2 separate tables, with the delivery date field in each query setup as...
  10. antonycat

    Nested IIf or module for DateCode formatting

    Hi All I am trying to find the best way to work out the use by date codes for a number of products that we supply to a company. I am using Access XP. The company has 2 divisions: TS and TM that are stored in a text field called chrCoDivision. We supply different products to each division. At...
  11. antonycat

    Snap Server & PeachTree

    We just installed a Quantum Snap Server. It works great for everything, EXCEPT PeachTree. If one person access the data on the Snap drive, you eventually get an error that someone else is doing this function, etc. I call PeachTree Support ($159.00 for 60 minutes) with no postive results. I...
  12. antonycat

    Snap Server & PeachTree

    We just installed a Quantum Snap Server. It works great for everything, EXCEPT PeachTree. If one person access the data on the Snap drive, you eventually get an error that someone else is doing this function, etc. I call PeachTree Support ($159.00 for 60 minutes) with no postive results. I...
  13. antonycat

    Snap Server & PeachTree

    We just installed a Quantum Snap Server. It works great for everything, EXCEPT PeachTree. If one person access the data on the Snap drive, you eventually get an error that someone else is doing this function, etc. I call PeachTree Support ($159.00 for 60 minutes) with no postive results. I...

Part and Inventory Search

Back
Top