Thank you Mike. :) I was mostly interested in how I could use it with Access. For example, can I bluetooth images from a camera to an image frame control on a form? Right now I am transferring images from a Kodak Easy Share camera to a tablet PC to the folder where my project database is saved...
Hi All,
I noticed that the new version of Access has a bluetooth add-in. I wanted to find out more information, but cannot find anything online so far or nothing in the help file.
Has anyone read anything about this new add-in?
thanks in advance!
Thanks TheAceMan1 for helping me again! I'm not sure what this code would be doing. How does the new record get created? By just double clicking in the combo box control? Not sure what you mean by however you supply your PK?
Double click record selector?
Sorry for all the questions.
Hi All,
I have been wrestling with this request for a couple of weeks. I have a single form view form in Access 2003. I have been asked to make it so that the user can duplicate (copy, ditto) a record in the details section of the form (subform). I found Allen Browne's code and some example...
Hi TheAceMan1
Thank you SO much for continuing to work this through with me.
SELECT TMD.[HOMOG_MATERIAL_ID], TMD.[BUILDING_ID] FROM tbl_material_description AS TMD WHERE ((TMD.building_id = "Garage") AND (TMD.[HOMOG_MATERIAL_ID] LIKE "bb*")) ORDER BY TMD.[HOMOG_MATERIAL_ID];
I took the...
Thanks Ken and "TheAceMan1".
I tried your code TheAceMan1 and I broken down for my benefit to make sure I understand what it is doing; I am new to programming, but learning a lot from this group and by having to do it on my own.
I tested the code; I put some breaks and step into the code. I...
It did not work this time it gave me no results. Now the HOMOG MATERIAL ID is text but has '-' in it i.e. BBA-01. I seem to remember a hyphen is a special key so I need to refer to it differently.
Thanks for continuing to help!!! :)
Thank you Ken. I have it working, but it does not give me only the materials for a particular building. I want to incorporate in this WHERE clause :
wherestring = "WHERE(((tbl_material_description.[HOMOG_MATERIAL_ID]) like '" & strWildcard & "'))"
this WHERE clause:
WHERE...
Hi All,
I have the following code I am wanting to add a WHERE clause and I have tried adding it almost everywhere, but it does not work. I don't get an error, but don't get what I want.
Private Sub cmdViewSources_Click()
wherestring = vbNullString
If IsNull(txtSourceKeyword) Then...
I have a date and a time column in Excel (2003) and I want to assign a period from 1 to 10 depending on a date range and time cut off. Would I need to concatenate the date and time columns into one column? For example, period one would be 5/2/2006 12:00 thru 5/16/2006 12:00. Cut off date is...
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.