debasisdas 580 Posting Genius Featured Poster

there is no problem with the query . You might need to change the join condition . Kindly post both of your tables structure for more details.

debasisdas 580 Posting Genius Featured Poster

You must be the change you wish to see in the world.

debasisdas 580 Posting Genius Featured Poster

To do two things at once is to do neither.

debasisdas 580 Posting Genius Featured Poster

its better write your own function for the purpose with all the formattings.

debasisdas 580 Posting Genius Featured Poster

.CPP and .H files can't be directly referenced fronm VB. compile to .DLL file and then instanceate in VB.

debasisdas 580 Posting Genius Featured Poster

After the game, the king and the pawn go into the same box.

debasisdas 580 Posting Genius Featured Poster

Gullet

debasisdas 580 Posting Genius Featured Poster

-310

debasisdas 580 Posting Genius Featured Poster

3023

debasisdas 580 Posting Genius Featured Poster

4105

debasisdas 580 Posting Genius Featured Poster

Kindly post all your table structure with relations .

debasisdas 580 Posting Genius Featured Poster

Where beams of imagination play,
The memory's soft figures melt away.

debasisdas 580 Posting Genius Featured Poster

carnival -> fun

debasisdas 580 Posting Genius Featured Poster

bullet

debasisdas 580 Posting Genius Featured Poster

-308

debasisdas 580 Posting Genius Featured Poster

2971

debasisdas 580 Posting Genius Featured Poster

4103

debasisdas 580 Posting Genius Featured Poster

Kindly post your code for reference of our experts.

debasisdas 580 Posting Genius Featured Poster

Please follow the steps.

1.Add to master table
2.commit the transaction.
3.Add to Child table and commit.

debasisdas 580 Posting Genius Featured Poster

Kindly post your question in pure English only.

debasisdas 580 Posting Genius Featured Poster

May i know how can i help you .

Do you expect me to do the project for you ?

debasisdas 580 Posting Genius Featured Poster

I feel that the greatest reward for doing is the opportunity to do more.

debasisdas 580 Posting Genius Featured Poster

Your attitude is an expression of your values,beliefs and expectations.

debasisdas 580 Posting Genius Featured Poster

Opportunities always look bigger going than coming.

debasisdas 580 Posting Genius Featured Poster

Resolve to pay any price or make any sacrifice to get into the top ten percent of your field. that payoff is incredible!

debasisdas 580 Posting Genius Featured Poster

What did google say ?

Have you tried for that option ?

debasisdas 580 Posting Genius Featured Poster

use
Me.Close()

on the button click event

debasisdas 580 Posting Genius Featured Poster

How do u expect all that here in a free forum like this.

debasisdas 580 Posting Genius Featured Poster

instead of using 3 combo boxes use DTPicker control and then find out the .Date .Month .year property of the control.

debasisdas 580 Posting Genius Featured Poster

Man must be arched and buttressed from within, else the temple wavers to the dust.

debasisdas 580 Posting Genius Featured Poster

kindly post your table structure for further details.

debasisdas 580 Posting Genius Featured Poster

It means the client side tool SQL *PLUS is not connected to the server or was disconnected because of server restart or network disconnect.

debasisdas 580 Posting Genius Featured Poster

The most practical, beautiful, workable philosophy in the world won't work - if you won't.

debasisdas 580 Posting Genius Featured Poster

try to use the RND fuction with the total no of records (using COUNT) as the max value.

teen use MOVE method to move to that particular record no.

NOTE:- that might repeat the same record.

debasisdas 580 Posting Genius Featured Poster

Love is a second life; it grows into the soul, warms every vein, and beats in every pulse.

debasisdas 580 Posting Genius Featured Poster

Now its really too much. The code is so simple ,very basic level . How do u expect all the spoon feeding after being provided with alll the sample code on a free forum like this.

debasisdas 580 Posting Genius Featured Poster

Find out the dfference between both the dates using Datediff. then apply the logic U want to implement.

debasisdas 580 Posting Genius Featured Poster

Yes

Are you in love wth two gals ?

debasisdas 580 Posting Genius Featured Poster

error search

debasisdas 580 Posting Genius Featured Poster

hell

debasisdas 580 Posting Genius Featured Poster

2887

debasisdas 580 Posting Genius Featured Poster

-293

debasisdas 580 Posting Genius Featured Poster

4084

debasisdas 580 Posting Genius Featured Poster

The code is already provided to you.

debasisdas 580 Posting Genius Featured Poster

Try this

select tf.time_id from tf where(((tf.rac_id= "'" fac_type & "') And ((" & tf.reserv_date)= " & booking-date & "))"
debasisdas 580 Posting Genius Featured Poster

simply try this

MsgBox Day(Now) & " " & Month(Now) & " " & Year(Now)
debasisdas 580 Posting Genius Featured Poster

simply u need to trap the start and end date of the month and run a BETWEEN query in the database using ADO to get the output.

debasisdas 580 Posting Genius Featured Poster

Why u need any loop . Just run on timer event at a particular time interval.

debasisdas 580 Posting Genius Featured Poster

USER is a restricted key word. Most of the databases do not support any object by this name.

debasisdas 580 Posting Genius Featured Poster

check the system time at a particular time interval using the timer event. Whwn the time is required time call the Procedure.