543 Posted Topics

Member Avatar for nish88
Member Avatar for McDaddy17

1. try again. 2. check your all hardware connection. 3. If you have no problem use bootable disk for boot from ms dos. format your windows drive. then try again to setup. remember, before formatting drive back up you essential documents. then no solve please reply.

Member Avatar for sittas87
0
138
Member Avatar for Ahmadov

Actually I don't understand what shall you do (Ahmad). whats your problem?

Member Avatar for abu taher
0
89
Member Avatar for johnrn

If you want to update your windows, I mean want service pack 3 then you easily download it from microsoft web site. its free.

Member Avatar for abu taher
0
147
Member Avatar for angel_devon21

I think scan your computer with anti virus. if your problem will not solve then repair your windows with xp cd

Member Avatar for abu taher
0
120
Member Avatar for jeffrey16

Private Sub Form_Unload(Cancel As Integer) Dim msg msg = "Do you want to Exit? " reply = MsgBox(msg, vbExclamation + vbYesNo) Select Case reply Case vbNo Cancel = -1 Case vbYes End End Select End Sub

Member Avatar for abu taher
0
128
Member Avatar for abu taher

12 months name (12 check box) in a form. when I check a box it will store in backend access file. 1 adodc control also in this form. when click a button this form was shown. this month was store for that button like salary. example: a man paid his …

Member Avatar for jireh
0
96
Member Avatar for abu taher

I have a datagrid to show data from backend access file. when I click a button it was show. I want I click on a data and it will show in a text box of other form. anybody can help me.

Member Avatar for AUGXIS
0
95
Member Avatar for thehubb
Member Avatar for andypuddin
Member Avatar for Freaky_Chris
0
273
Member Avatar for abu taher

I use datagrid to show data and use adodc control. but when connect between them a msg show "No compatible data source was found for this control. please add an intrinsic data control or a remote data control to the form." Is there any proses to connect between them?

Member Avatar for abu taher
0
108
Member Avatar for saat

you mean dt picker didn't link with ms access. you want to store date in access? then what problem?

Member Avatar for debasisdas
0
79
Member Avatar for abu taher

I want to change the format of Dt Picker. I write in format property dd/mm/yyyy. But it show 30/00/2008. why the month didn't show. any body help me to change the format of Dt Picker.

Member Avatar for Teme64
0
201
Member Avatar for Angeliki

>>I run a Malwarebytes' Anti-Malware scan that found 79! infected files. Deleted all of them. you see that files what you deleted? I don't know but I think you miss some system files. what was corrupted by virus. One thing if you have no problem then you can try to …

Member Avatar for Angeliki
0
195
Member Avatar for abu taher

what is module and class module. I want to learn about it . anybody help me clearly.

Member Avatar for Jx_Man
0
153
Member Avatar for kakabo123

the cd you run with your laptop. but your pc didn't read. please check your cd rom. or check your cd other pc.

Member Avatar for sittas87
0
83
Member Avatar for Rabbz
Member Avatar for abu taher

I put 2 dtpicker in my project. both are for search data from backed access file. like (1st dtpicker) i select a date 16/08/08 and (2nd dtpicker) 16/09/08. i want to find data last a month or any few days. i mean i want to find a period data like …

Member Avatar for Jx_Man
0
99
Member Avatar for Rabbz
Member Avatar for acerdafpz
Member Avatar for abu taher

what difference between access and sql. i use access in a database project not sql. what what problem i will faced for not use sql. or what advantage i will get for using sql.

Member Avatar for Ancient Dragon
0
100
Member Avatar for abu taher

what is .dll file. how it is work and how can i make it. please any body help me

Member Avatar for Jx_Man
0
101
Member Avatar for iamnoangel26

have u using any picture in your form. and need to change it with resolution. what u want to mean ? i think Shaik Akthar's sample is your solution. if u need to change your picture then try it. Image1.Width = Me.Width Image1.Height = Me.Height - 300 or send your …

Member Avatar for Drycola
0
578
Member Avatar for babukumar
Member Avatar for silver_wolf
Member Avatar for malog
Member Avatar for malog
0
89
Member Avatar for ahirmayur
Member Avatar for abu taher
0
309
Member Avatar for abu taher

I saw a project where was a (like) combo box. when it was click a mini calendar show and today date is marked with a red oval. Please tell me how i make it.

Member Avatar for aktharshaik
0
129
Member Avatar for wouldbe
Member Avatar for abu taher

i made a project. i want to release it. but i want to release a trail version of it for 15 days. any proses. please help

Member Avatar for Jx_Man
0
95
Member Avatar for breezyy
Member Avatar for Karla
Member Avatar for Jx_Man
0
129
Member Avatar for abu taher

I make a project with a access file with back up. But I want to create same file from my project. I mean when I need i make the same file from my project. help me

Member Avatar for abu taher
0
109
Member Avatar for breezyy

use if end if or case statement. if check1.value = 1 then text1.text = hi else text1.text= "" end if

Member Avatar for breezyy
0
138
Member Avatar for breezyy
Member Avatar for kmacker

Private Sub mnufind_Click() Dim a As String Dim b As String a = InputBox("Enter name or first few letters what you want to find: ", "Find") If Len(a) = 0 Then Exit Sub b = "Name Like """ & a & "*""" Data1.Recordset.FindNext b If Data1.Recordset.NoMatch Then MsgBox "No record …

Member Avatar for abu taher
0
86
Member Avatar for kinyuadave
Member Avatar for abu taher

i put a image box with a image. my screen resulation is 800 * 600. but when i change it to 1024 * 768 the image show small. i want the image will change with the change of screen resuation. help me

Member Avatar for QVeen72
0
73
Member Avatar for yanie

[code]Private Sub cmdfind_Click() Dim a As String Dim b As String a = text1.text [COLOR="Green"]'employee number[/COLOR] If Len(a) = 0 Then Exit Sub b = "Employee Number Like """ & a & "*""" Data1.Recordset.FindNext b If Data1.Recordset.NoMatch Then MsgBox "No record found", vbExclamation end If Exit Sub[/code]

Member Avatar for vprakash
0
194
Member Avatar for abu taher

i using acsess 2003 or xp. but when i click in record source property to show the table a massage was shown. but when i use office 97 then there was no problem

Member Avatar for debasisdas
0
247
Member Avatar for preethi_ga

use component. then select microsoft flexgrid control 6.0. add a data control and flexgrid in your project. set data 1 properties.(database name) and flexgrid properties (data source). now run your project data will show in flexgrid

Member Avatar for VIeditorlover
0
202
Member Avatar for abu taher

I use data control to link access file by data properties not code. use simple code like move next etc. I use find next to find data. but when i want to find i write the criteria like Name = taher. But i want I write only taher in find …

Member Avatar for electrosoul456
0
231
Member Avatar for marwaafifi
Member Avatar for ithelp
0
35

The End.