I have accomplished this using MS Access with a form and subform. Subform used for each individual month.
But I have no idea how to do this in VB.net. I have written a couple of very simple programs in VB.net, but nothing that would give me a clue on how to incorporate 12 "items" (like the...
I have multiple variable placeholders in a Word document that need to be replaced with variable information from an Access table. My Word document defines these variable placeholders with this syntax: "{mfld...}" The {mfld signifies the start of the variable placeholder, and the } signifies the...
I'm looking for a simple or basic RTF Editor that will do font selection, bold, italic, underline, order list, and unordered list. Or point me to a simple one like this to buy.
thanks!
I have a need to examine each character in a Word document, and then, depending on the context, remove a group of characters, change the formatting of the character or group of characters. But I'm not sure what the objects are to work my way through all the characters in a document. The code...
I am trying to read a certain entry from the windows registry, but not having much luck. I have found a VB routine to read the entry, but I have not been able to find EXACTLY what entries to make in the parameters in order to get this routine to return the value from the registry.
The VB...
I'm trying to get a list of column names with their table name for every column in my database that is an Identity column. Where I have hung up is trying to figure out how to write a function that will return True or False (for IsIndentity) when given the TableName and ColumnName. I'm just...
I have the following code in an Access DB (.mdb) that gives me an error now that all my tables have been upsized to SQL Server.
Dim QryTxt as String
Dim DB as DAO.Database
Set DB = CurrentDB()
QryTxt = "UPDATE tblJob SET BillingAmount = " & _
GetBillingAmount(JobID) & " " & _...
I'm using Access 2002 and I am using a query within an Access DB to insert records (the whole table) into a SQL 2000 table. All I'm getting is an error box that states "Overflow" Where should I look to fix this problem?
I have checked the data in the Access table, and fixed some dates, but...
I want a macro within a Word document that will run when the document is opened. This macro will determine the path the active document is located in, then assign the mail merge data file name to the same path for this document. I have an Access database that will output various lists of names...
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.