Summary: Hi, I am trying to place a checkbox control in my Access VBA form.I have the controlSource set to a 'Yes/No' field in database.When I click on th...
Summary: Hello to All, I have a question about approaching a variable Report label-field in Access VBA. What i want is to fill a Report Label in the Report-det...
Summary: Hello, I'm trying to create a sub in Access 2003 VBA that will send an email with a checkbox in the message. I need a checkbox that can be checked be...
Summary: Hi to all, I am running Office 2000 SR2 (French) on my notebook under XP Pro. I am unable to create any Access VBA sub to handle tables working proper...
Summary: Guyz, I'm trying to use a field in Excel 2000 using Access VBA. Does anyone knows of a program that might help, or has an idea how to do it? Thanks ...
Summary: Honestly. Why don't you simply do a search for Access VBA (if you want to program the applications) or macros or tutorials using Google, Hotbot and A...
Summary: Hello, I did something along those lines a while ago but lost my code. First you need to make an access database with the two fields (manufactur...
Summary: Ping is a request and can be filtered on the response. Computer access can be control in alot of way by IP, Mac Address, or Certificate Enforcement. ...
Summary: hi i have beena sked to look at a database to make an adjustment and i am a bit stumped. it is using access 97 basically, there is a check box and a t...
Summary: Java has two forms: compiled or semi-interpreted. The semiinterpreted form 'compiles' into an intermediate language and an interpreter is used to exe...
Summary: VB6->SQL2000 How do you make a standard master/detail form in VB? I'm trying to do a simple master/detail form and I can't get it working properly. I...
Summary: Hi, I am writing a program using Visual Basic 6, with the latest service pack installed. I have tested it on two computers, one running Windows Millen...
Summary: I did a quick search on C++ tutorial and found quite a number of them. That doesn't mean that this is a bad idea, just that the main benefit will be t...
Summary: An index.html file could be used, or access could be controlled by a .htaccess file. Read up about them at the various Apache information and tutorial...
Summary: I'm not entirely clear about what basic1 and bas refer to, so it's hard to say. It seems like basic1 is a control, but I don't know what kind, so I ca...
Summary: I was wondering if anybody knew how to color, italicize, or underline a single row from a combo box based on a condition? I know how to iterate throug...
Summary: Hi BC, Glad you got it sorted. End is a carry over from the days of DOS basic. It should only really be used as a debugging aid in conjunction with ...
Summary: Hey all, Does anybody know how one can access the controls that are on a Visual Basic .NET form from another form? A Panel or a text box for example.....
Summary: I am tring to modify MS Access for a specialized task. I am going to need some control buttons on forms that will open other applications and bring th...
Summary: an easy solution (if there is one in Access) is to use vba. If you know vba then you can access the listboxes contents and columns using the event ha...
Summary: Hi I am in the analysis stage of writing a very complex database, im proberbly going to use a oracle or SQL server backend. I am not sure whether to u...
Summary: Look into the IIF funtion. Search help in VBA for how it works. If memory serves, Access will generate the #Error if one of the fields/controls is nul...
Summary: I'm looking for a way to create a table in my MS Access database. This table should be dynamic so i would like to create and modify it using VBA. But ...