Forum Discussion Search with BoardTracker.com
Forum Discussion Search with BoardTracker.com
  
  

Advanced  |  Help
    Home Search Alerts Browse My Threads Setup About Login Signup    


» All > Computers & Internet > . > . > Programming Languages > VBA [3 Forums][Track this Category]
   Browse sub-categories   
No sub-categories for this category

   Latest threads in category   
Access-Programmers User activity  
04:11 13-Oct-08   [Replies: 6, Views: 43]    By: Nishikawa
Hi everyone, I would like to know if VBA is able to track user activity on the computer? Things like Idle time (similar to "away" or "Idle" in MSN), or to know if outlook, e...
[Tags: No tags defined yet] -
Be the first to Tag this thread
Access-Programmers If then does not compute  
17:19 12-Oct-08   [Replies: 3, Views: 51]    By: Unnamed
hello, I'm trying to build a hotel automation application and got stuck with the the reservation part as follows: there are two combo boxes in a form followed by a code to determine the price from...
[Tags: No tags defined yet] -
Be the first to Tag this thread
Access-Programmers import multiple xls files  
10:56 12-Oct-08   [Replies: 5, Views: 46]    By: erhard
Hi all, i try to import data from multiple excel files into a table. I'm using the following code: DoCmd.TransferSpreadsheet acImport, acSpreadsheetTypeExcel97, "tabel1", "d:\acc...
[Tags: No tags defined yet] -
Be the first to Tag this thread
Access-Programmers DataSheet Form Based on Query  
09:43 12-Oct-08   [Replies: 12, Views: 78]    By: Unnamed
Hi All, I built a datasheet form based on query. This form is a sub form in another form and should present resaults for searching. for make it dynamic I change the SQL in the Qeury it based on....
[Tags: No tags defined yet] -
Be the first to Tag this thread
Access-Programmers how to jump directly to a recordset row  
06:13 12-Oct-08   [Replies: 2, Views: 46]    By: Unnamed
Is it possible to jump directly to a record simply by using row number and column name? ...
[Tags: No tags defined yet] -
Be the first to Tag this thread
Access-Programmers Excel Opens in Read Only  
05:56 12-Oct-08   [Replies: 1, Views: 17]    By: Skip Bisconer
I am using this code to write to an .xlsx file and when it opens it opens in ReaD Only. Can some one give me a cure for this? Code: Function ExportToExcel() Dim objXL As Object Dim xlWB As ...
[Tags: No tags defined yet] -
Be the first to Tag this thread
Access-Programmers An Observation Regarding Microsoft Access Security That Might Interest..  
00:24 12-Oct-08   [Replies: 1, Views: 31]    By: Unnamed
While brawsing this forum i came across an advice by someone regarding switching between 2 system.mdw files in order to import objects across two different database with each relying on different ...
[Tags: No tags defined yet] -
Be the first to Tag this thread
Access-Programmers Something wrong with MS sample code (VB) Access 2007  
22:03 11-Oct-08   [Replies: 43, Views: 315]    By: Unnamed
Hi There, I'm a total noob. I'm building a very simple "Time Track" program in Access 2007 for my company. However, I'm looking to filter a report that I want to generate. What I want ...
[Tags: No tags defined yet] -
Be the first to Tag this thread
Access-Programmers unhide Access that is running in the background  
20:09 11-Oct-08   [Replies: 1, Views: 24]    By: tjcinnamon
I am trying to hide and unhide to dramatically reduce the loading time of my app. I do want to have the users task bar occupied when the program is minimized (I want them to think the program is ...
[Tags: No tags defined yet] -
Be the first to Tag this thread
Access-Programmers Pause event untill certain condition is met  
19:25 11-Oct-08   [Replies: 2, Views: 33]    By: Unnamed
Hi, I have a question and i am hoping you guys could help me with it. During an event procedure, I would like to pause that event untill a certain condition has been met. More specifically, after...
[Tags: No tags defined yet] -
Be the first to Tag this thread
Access-Programmers Right click in windows explorer => folder ?  
21:27 10-Oct-08   [Replies: 7, Views: 71]    By: Unnamed
Hello, Under Windows explorer, when I right click on a file, I want that my Access application (which is in a contectual menu) once loaded, give me the path of the file. How can I do ? Any idea ?...
[Tags: No tags defined yet] -
Be the first to Tag this thread
Access-Programmers Export To Excel losing macro's  
19:34 10-Oct-08   [Replies: 7, Views: 69]    By: Skip Bisconer
I am not getting what I need with this function. It sends the data to Excel OK but I need the Excel file to retain the macros set into it and this function seems to make a new workbook each time. ...
[Tags: No tags defined yet] -
Be the first to Tag this thread
Access-Programmers Update a date field  
17:31 10-Oct-08   [Replies: 5, Views: 32]    By: Unnamed
I am new to programming and Access. I have been reding all over and still am failing at this. I have an Excell spreadsheet that I import into Access. This will happen multiple times each month. W...
[Tags: No tags defined yet] -
Be the first to Tag this thread
Access-Programmers Convert a string value in a Query to a hyperlink  
17:17 10-Oct-08   [Replies: 8, Views: 81]    By: Unnamed
I am attempting to create a function that will convert a record id in a query to display a hyper link value. Not sure if this can be done. What would be the correct syntax to change the RecId in...
[Tags: No tags defined yet] -
Be the first to Tag this thread
Access-Programmers Refreshing a subquery after adding a new item  
17:16 10-Oct-08   [Replies: 1, Views: 21]    By: MSAccessRookie
On the Formula page in the scientific section of the application that I support there is a main form that describes each formula, and a sub form that lists the ingredients required for each formul...
[Tags: No tags defined yet] -
Be the first to Tag this thread
Access-Programmers Timestamp validation on Exit  
14:34 10-Oct-08   [Replies: 4, Views: 51]    By: joeserrone
Hello Everyone! I would like to display a message box to a user that is attached to an button in a form that would have a yes or no answer. If yes, I want to capture the Timestamp and the conten...
[Tags: No tags defined yet] -
Be the first to Tag this thread
Access-Programmers Multiple Lookup & format change code  
12:09 10-Oct-08   [Replies: 1, Views: 34]    By: Unnamed
I have written some code to alter the format of a text box when a specific date range is found in the Dlookup. Please bear with me I am relatively inexperienced in VBA! Private Sub Command590_Clic...
[Tags: No tags defined yet] -
Be the first to Tag this thread
Access-Programmers Checking Records  
11:37 10-Oct-08   [Replies: 4, Views: 47]    By: Rockape
Hi all, grateful for some assistance:- Problem: I have a database with a lot of records. The first task that i would like to carry out on a daily basis would be to check how many records have ...
[Tags: No tags defined yet] -
Be the first to Tag this thread
Access-Programmers 'Run-time error 13: Type mismatch' occurs for CreateObject("Outlo..  
00:11 10-Oct-08   [Replies: 17, Views: 194]    By: Unnamed
Greetings Access Colleagues: The code snippet below fails with the error, 'Run-time error 13: Type mismatch'. I have perused many sites and forums during the past few hours but without securin...
[Tags: No tags defined yet] -
Be the first to Tag this thread
Access-Programmers Open Excel File - Not Found Message  
22:58 9-Oct-08   [Replies: 1, Views: 33]    By: Unnamed
Have the following bit of code which opens an Excel file related to an entry in a form when the user clicks a button: Private Sub Cmd_OpenExcel_CoreLoc_Click() Dim CorePath CorePath = "W:\Cor...
[Tags: No tags defined yet] -
Be the first to Tag this thread
Access-Programmers Code for calculating golf scores  
22:53 9-Oct-08   [Replies: 5, Views: 87]    By: Unnamed
I am trying to write a function which calculates the stableford score for a golfers round. Unfortunately, I am quite new to access and my coding experience is with Progress Open Edge. I have atta...
[Tags: No tags defined yet] -
Be the first to Tag this thread
Access-Programmers Macro to copy and paste field name using button  
22:23 9-Oct-08   [Replies: 1, Views: 56]    By: Unnamed
Hi, please see my attached database. rename to rar I have table tbl_items where I enter items and another table tbl_poppular for popular entries I would like to be able to click a button see t...
[Tags: No tags defined yet] -
Be the first to Tag this thread
Access-Programmers Opening External database on Shared drive  
19:43 9-Oct-08   [Replies: 6, Views: 62]    By: lcook1974
Hi All, I am looking to create a form that will open different database on a shared drive...but I keep getting this error: "Microsoft Office Can't open because its missing or opened exclus...
[Tags: No tags defined yet] -
Be the first to Tag this thread
Access-Programmers Variable entry for Form Filter  
16:22 9-Oct-08   [Replies: 2, Views: 34]    By: Unnamed
I want to filter a form using variable input from the user. I simply want the user to be able to input his/her name and the form will filter only records that apply to him/her. I'm assuming the ...
[Tags: No tags defined yet] -
Be the first to Tag this thread
Access-Programmers From Subform: Delete record after Requery and Save  
15:49 9-Oct-08   [Replies: 4, Views: 34]    By: Mmattson
I have some code that runs some code to add a foreign key to a sub-sub-form. To refresh the foreign key data I also run a requery. The code also saves the record. The sub-sub-form is now reset bac...
[Tags: No tags defined yet] -
Be the first to Tag this thread

<<First  <Previous  [1]  2  3  4  5  6  7  8  9  10  Next>      
   




Research | Board owners portal | BoardTracker Forums | Search plugin | Add your board | About us | Contact us

© Pidgin Technologies Ltd. 2006