I have created a blank invoice template in Word97. Administrative people use this form to manually fill out invoices with a pen. I would like to find a way to print 50 copies of this template, bu...
http://www.experts-exchange.com/Software/Office_Productivity/Office_Suites/MS_Office/Q_100...
I have written a routine which continuously monitors the parallel port, but I want to increment the value of variable gValue_inc only when the port data changes from state 0 to 1 or from 1 to 0. ...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_10246806.html
Zones:
Visual BasicDate Answered: 12/14/1999 Grade: A Views: 0
Hi all,
Easy question...what datatype to use or how do you create an auto incrementing number in a table? Thanks in advance!
Magoo
http://www.experts-exchange.com/Microsoft/Development/MS-SQL-Server/Q_10464738.html
anyone know how to increment a field in a query. i just need a field that counts starting from 1. so if i have 10 records in my recordset, i get values starting at 1 for the first record and i shou...
http://www.experts-exchange.com/Microsoft/Development/MS_Access/Q_20034060.html
Zones:
MS AccessDate Answered: 02/13/2001 Grade: B Views: 0
I'm usually on the answering end, but now I have a question for my fellow experts.
I would like to assign Version control numbers to my applications. Rather than a manually assigned number, I w...
http://www.experts-exchange.com/Microsoft/Development/MS_Access/Q_20091682.html
Zones:
MS AccessDate Answered: 03/19/2001 Grade: B Views: 0
Hi
Why don't i have incremental search on DBLookupcombobox
for numeric fields?How can i get it?
http://www.experts-exchange.com/Programming/Languages/Pascal/Delphi/Q_20310748.html
three numbers in three cells,
A1 = 13.5 (starting number)
A2 = 0.01 (adding increment)
A3 = 13.6 (final number)
is it possible to write a macro saying:
A1 must keep adding A2 until it ...
http://www.experts-exchange.com/Software/Office_Productivity/Office_Suites/MS_Office/Q_205...
Ok here it goes....I have a 5 character field and what I need to do is increment from 00001 - ZZZZZ....So my process would be
(00001 is the first possible value)
00001 - 99999
A0001 - A9999
...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_20658183.html
Zones:
Visual BasicDate Answered: 06/24/2003 Grade: A Views: 0
I have a vb program that increments values in a table by "moving to the first record" that contains a "1" and increments values until it finds the next record that contains a "1". Here is the cod...
http://www.experts-exchange.com/Database/Miscellaneous/Q_20725753.html
Zones:
DatabasesDate Answered: 09/01/2003 Grade: A Views: 82
I'm trying to implement a shell sort, but I'm having trouble.
Can anybody explain to me exactly how Sedgewick's Increments are calculated? I know they start out 1,5,19,41,109, k w/ k = 9*4^i - 9...
http://www.experts-exchange.com/Programming/Languages/CPP/Q_20811758.html
Zones:
C++Date Answered: 02/12/2004 Grade: A Views: 8