Ask a Question related to Microsoft Access, Design and Development.
-
Jeffrey Teitelbaum #1
Input mask & SQL Server
I am working on an application that implemented input mask
properties on certain text controls. The input masks are
on controls - not table columns. They worked fine.
I moved the data tables to SQL Server and attached them to
the Access application, which is now a front end client.
The input mask no longer works. Everything else works
correctly.
Any ideas? All sugestions appreciated. Thanks.
Jeffrey Teitelbaum Guest
-
Mask - Input Text
Hi newsgroup, when I mask a layer, the input text on this layer disappears (same with dynamic text) - no problem with static text. Is it a bug?... -
Input Mask
I have a text box in a form so that user can type in a file name and it will rename a file in the Windows (outside Access). I am using Office XP and... -
Input mask question
Use the SelStart Property in the GotFocus Event. Something like: Private Sub txtEmpLN_GotFocus() Me.txtEmpLN.SelStart = 0 End Sub This... -
Problem with input mask
I applied input mask to a control in a form. When I entered data into the control the cursor did not move to the next character after I typed,... -
input mask (KB625244)
dear colleagues, with reference to Microsoft Knowledge Base article n. 625244, does anybody know which symbol can be used to convert all field or... -
JT #2
Input mask & SQL Server
I am working on an application that implemented input mask
properties on certain text controls. The input masks are
on controls - not table columns. They worked fine.
I moved the data tables to SQL Server and attached them to
the Access application, which is now a front end client.
The input mask no longer works. Everything else works
correctly.
Any ideas? All sugestions appreciated. Thanks.
JT Guest



Reply With Quote

