Brandon,
You need a rotoscoped matte of the arm applied to the still. In other words you need to cut out the shape of the arm from the still, frame by frame.
Ian M
Ian Mayor (UK)
Program Error
9 times out of 10 I know what I'm talking about. This must be my tenth reply.
change your 'list width' setting from auto to the size you want.
Ian Mayor (UK)
Program Error
9 times out of 10 I know what I'm talking about. This must be my tenth reply.
== is a comparator and just means =
just as <= means less than or equal to,
>= means greater than or equal to and
!= or <> means not equal to
I am surprised it is being use in the macro as I thought it was normally associated with java or c++
an 'end if' also seems to be missing from the end...
What if they have middle name or hyphonated surname? what about names such as O'toole?
have these been taken into account?
Ian Mayor (UK)
Program Error
9 times out of 10 I know what I'm talking about. This must be my tenth reply.
How was the list of records created? a query, table, input bu the user?
Ian Mayor (UK)
Program Error
9 times out of 10 I know what I'm talking about. This must be my tenth reply.
Why do you need to copy and paste? Maybe we can help you do it a different way.
Ian Mayor (UK)
Program Error
9 times out of 10 I know what I'm talking about. This must be my tenth reply.
Forget access, program your barcode scanner to add an enter after reading the barcode.
Ian Mayor (UK)
Program Error
9 times out of 10 I know what I'm talking about. This must be my tenth reply.
As a matter of interest to everyone else,
If you wanted to use just the single barcode not the 2D version here's how to do it.
Download a free font free3of9 and place it in your windows/fonts/ folder.
Use the string "*" & info & "*" in the control source,
(info is the information you wish to...
Dim ctlCurrentControl As Control
Dim strControlName As String
Set ctlCurrentControl = Screen.ActiveControl
strControlName = ctlCurrentControl.Name
Debug.Print strControlName
displays the current control
Ian Mayor (UK)
Program Error
9 times out of 10 I know what I'm talking about. This must be...
Have you tried setting a break point and stepping through the code?
Ian Mayor (UK)
Program Error
9 times out of 10 I know what I'm talking about. This must be my tenth reply.
I wonder if this will work?
lockout(true)
public sub lockout(state as boolean)
with NameOfForm
.name.enable = state
.info.enable = state
.cell.enable = state
end with
end sub
Ian Mayor (UK)
Program Error
9 times out of 10 I know what I'm talking about. This must be my tenth reply.
Also check if you have redundent locking file preventing you from opening it. There shouldn't be one if the database is not open so delete it.
Just a thought...
Ian Mayor (UK)
Program Error
9 times out of 10 I know what I'm talking about. This must be my tenth reply.
Are you asking for help to get
1) the max value for each of these fields?
2) the max value of one of these fields?
3) the max value of the highest field?
Ian Mayor (UK)
Program Error
9 times out of 10 I know what I'm talking about. This must be my tenth reply.
If it's an access backend then why not just copy the table to the front end using a make table query?
Ian Mayor (UK)
Program Error
9 times out of 10 I know what I'm talking about. This must be my tenth reply.
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.