ON the screen all soft button work. There is an issue trying to answer the phone the swipe does not answer the phone. I have updated the Android to the latest (4.1.2) still the latest (4.4 is due at end of the year). Have tried to reset the phone also does not solve problem. LG call centre is...
Squaring the Circle forum was started by Chance1234 but chance has not logged in since 2011. Does any one know if you want to join who to speak to about access to post?
Never give up never give in.
There are no short cuts to anything worth doing :-)
I am looking for the Monty Hall puzzle I saw it about two week ago but could not find it last week. It has a puzzle in it about bases. Can someone give me the link to the Thread please.
Never give up never give in.
There are no short cuts to anything worth doing :-)
With 8 and 8.1 I am have a problem I get a blue at the curser point. It makes it hard to type if you want to go back and correct you can not find the spot between letter easily. and you can not read what is being typed.. On IE you get the large bod on the focus wick also blocks text. Any ideas...
Since IE10 came with Windows 8 I figure this is the best place to post this. Ie 10 was released with window 8. It was to be also available for windows 7. I had to switch to clasic yahoo mail to read emails. I just tried to update 23 Jan 2013 and it still said IE 9 not installed. After some...
I have the following as the data source on a form.
SELECT Assets.AssetID, Assets.AssetDescription, Assets.EmployeeID, Assets.AssetCategoryID, Assets.StatusID, Assets.VendorID, Assets.Make, Assets.Model, Assets.ModelNumber, Assets.SerialNumber, Assets.BarcodeNumber, Assets.DateAcquired...
YES it workd fine I made some changes some how and sound gone. Soud card works with extermal speakers. HDMI default playback device. Yes looked at device manager and it is enabled, cables are fine also. I know I fhave sisables somethig. Realtek show them working but no sound.
Any ideas...
A few years a go I developed a database and this was working. Have tried npw and not open correct record.
The form has a command burron with the following:
/[code]Private Sub Command11492_Click()
On Error GoTo Err_Command11492_Click
If IsNull(Me![AssetID]) Then
MsgBox "Enter Asset...
I fist ask this in a different forum but did not get an asnser so rewritting my question.
I have a form in access 2003 on a XP(sp3) computer. It has a number of printers attached to the network. The code below will select all reports,in the text box. It will populate the combobox with the...
In the Microsoft example at
http://office.microsoft.com/en-us/access-help/changing-printer-settings-for-a-report-in-access-HA001034553.aspx
It tell you how tho set up the form. I have a combobox for paper size but it only display the number 1..
I have also tried using Me![cmbPaperSize] =1...
Can anyone please tell me if mysql is the best way to go.
We had a web site with a oracle database. The people who wrote every thing have been gone for years.
As a background we have 2 sunfire280r servers on for the website and one for the database. the Sun dds only back up 10gb backups (...
I have a general SQL question. At the moment Ihave a number of jpeg images on a web server, I using Ultra Media gallery 5 (purchased)to display images. There is 3 year of images and 12 catergories about 1500 images. there will be another 600 added at the end of the year.
My question am I...
I have this code at the top of the form
Private Function Hover(Optional pstrName As String)
Static sstrHover As String
If sstrHover = pstrName Then Exit Function
If Len(sstrHover) Then
' remove hover effect
With Me(sstrHover)
Select Case .ControlType...
The following code (less MAPI) Which I added in a different forum will send email to name in address line. What I want to do is have the new mail window without an address so you can add your own.
Function SendIt(sRecip As String, sTitle As String, sText As String, sFile As String) As Boolean...
The code below works to email a word document using MAPI email programs
Option Explicit
Private Type MAPIMessage 'Mail
Reserved As Long
Subject As String
NoteText As String
MessageType As String
DateReceived As String
ConversationID As String...
This code is from the WORD document (macro)the data in the document has has been populated from access. When I was using outlook (which I can not use any more) The macro Private Sub Document_Close() ..... It sent the document on close then access prints the word document. Now I using MAPI...
The code below works. It open outlook and pastes the information from word and send email.
Outlook causes problem with ohter programs. Groupwise is the stand email program so need code to replace reference to outlook
----------------------------------------------------------------
Private Sub...
I have a issue. I had to reinstall office and lost some information
the following code worked till the reinstall
Private Sub Combo98_AfterUpdate()
' Find the record that matches the control.
Dim rs As Object
Set rs = Me.Recordset.Clone
rs.FindFirst "[AddressID] = " &...
In All database I can not run, edit or create new reports.
I have set macro security level to low.
Can this be DAO problem.
Any ideas would be appreciated as all dataabase will not operate.
Thank you any help
Never give up never give in.
There are no short cuts to anything worth doing :-)
Hi from the code below you will see I sending data to word.
The FirstName works fine, data stored in the main table (as text) (table addresses) the problem is the division. It only display the division number and not the name.
DivisionID is a number field in address. In table division there...
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.