Yes to this:
so lets say you import them to a temp table...now you have to do a update on your original table with new values from temp table...
is that right??
thank you, but I don't think I was clear.
Clients send me back the edited records in excel, I import them back into the same table, or maybe a temp table, then append?
Thanks,
GLO
I'm sending out records for people to edit. After they edit, I want to take these records, match them up by ID, and update the appropriate fields to the new data.
?
I have clients recieving leads...records. Sometimes, their number of records delivered from my suppliers exceeds thier order, leaving a balance due of (-).
How would I query clients [ClientID] that have exceeded thier [OrderAmount], and only pull up the number of records equal to their...
I've created report/invoices to print out one per page, however it would be nice to email of these to each respective [ClientID] without creating a report/invoice for each client and then a macro for each client...any ideas?
I need a module that will only run a series of select/update queries that have the button [Active/Inactive] = -1 in each select query. The update queries are based on each respective select query.
The sequence would look like this:
If Active/Inactive=-1, then
Run Select Query1
Run Update...
I have a field I'm trying to update incrementally. Here's what I came up with, but it only updates to -1. When SoldTimes=-2, it stays at -1.
IIf([SoldTimes]=0,-1,"") Or IIf([SoldTimes]=-1,-2,"") Or IIf([SoldTimes]=-2,-3,"")
I need to update a group of records I query based on a select query. The field I need to update is [OrderNumber].
Preferrably, I'd like the field to update to the [SupplierID]"-"random and unique 5 digit number".
Remember, I need the same unique number for the group of records, not each...
I need to append data to a table, but instead of adding these records to the table, I need to overwrite certain values that already exist.
Indexed on [OrderNumber] and need to overwrite the fields [LeadsDelivered], [LeadsReturned], [CurrentBalance]
Thanks,
Leadpro
I have a query that calculates the balance of a client as the following:
Balance Due: [OrderAmount]-Count(LeadsMaster.[Home Phone])-[SumOfReturned]
Balance Due is not a field in my table, but can't seem to get this calculation to save in the table. The major problem I have is to recognize...
I need to modify this code to pass values in my form and post to the call.aspx script in this code. Any suggestions?
<%@ Language = VBScript %>
<% Option Explicit %>
<HTML>
<HEAD>
<TITLE>Loan Application Form</TITLE>
</HEAD>
<BODY BGCOLOR="White" TOPMARGIN="10"...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.