Hello, im a bit of a flash amature but im having ago at creating a small game, the graphics are pretty awful but it seems to work. The problem im having is I use the following
numEnemy=8; for (i=2; i<=numEnemy; i++){ enemy1.duplicateMovieClip( "enemy"+i, i+100 ); } score=0;
To duplicate...
Hello, i have a database that imports data then run queries on it on the fly. This is all as an onclick event. I also want to export the query results in the same event. I have a spreadsheet template and i want to export the results for each set of query results to a formatted excel worksheet...
Im importing a file into access and i want to add querys. The problem is the field im querying wont always be in the same place or be the same name. The only thing that remains the same is that the field i want to query will always be the last column. Anyone know what to do for this??
Thanks...
Hello, im trying to make a command button that once clicked imports a .csv file into a table, applies queries and creates a report.
So far i have..
***************Command button****************
Private Sub Command0_Click()
Dim strFilter As String
Dim lngFlags As Long
strFilter =...
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.