Hi,
I am working on a script that will allow me to read from two files, compare the entries and output invalid entries.
TFILE contains entries such as:
11111_
11112_
11113_
11234_
12342_
FILE1 contains entries such as:
11111_A
11112_A
11113_A
11234_A
12342_A
11111_B
11112_B
11113_B
11234_B...
I am trying to write a script that will allow me to do the following:
Consider a file called NUMBERS containing entries such as:
123456
123444
123476
345678
345677
The script when run will prompt the user to enter a number. Then it will look in NUMBERS file and display any numbers that...
Hi,
I am trying to calculate the number of activities taking place at any given date. There is an ActivityStartDate and an ActivityEndDate for every activity. I want to be able to calculate the number of activities taking place every day.
Any sugguestions? Are there any modules out there that...
I am totoally new to Access VBA. I have a database that has a query which calculates the number between two dates can output this information to a report when requested. However, I want to calculate the number for working days instead so that it doesnt include weekends. I found some code...
Hi,
This may be a little difficult to explain but here goes:
I have a table in access 97 with the field Account. An account name is usually written as 0000000_A, but it MAY also have a secondary account and is usually written with the same first series of digits but ends in B e.g. 0000000_B...
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.